public interface Query
toSQLString()
method can be used to convert this
object into the actual SQL string which this query data represents.Modifier and Type | Interface and Description |
---|---|
static class |
Query.Type |
Modifier and Type | Method and Description |
---|---|
String |
getName()
Returns the name of the query.
|
int |
getObjectFlag() |
int |
getObjectId()
Returns the unique object id of the query.
|
String |
getOwnerAccessType() |
List<String> |
getParameters()
Returns the rows from the system query table from which the query
information was derived.
|
Query.Type |
getType()
Returns the type of the query.
|
boolean |
isHidden()
Whether or not this query has been marked as hidden.
|
String |
toSQLString()
Returns the actual SQL string which this query data represents.
|
String getName()
Query.Type getType()
boolean isHidden()
int getObjectId()
int getObjectFlag()
List<String> getParameters()
String getOwnerAccessType()
String toSQLString()
Copyright © 2005–2024 OpenHMS. All rights reserved.