|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Query
Base interface for classes which encapsulate information about an Access
query. The toSQLString() method can be used to convert this
object into the actual SQL string which this query data represents.
| Nested Class Summary | |
|---|---|
static class |
Query.Type
|
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
String getName()
Query.Type getType()
boolean isHidden()
int getObjectId()
int getObjectFlag()
List<String> getParameters()
String getOwnerAccessType()
String toSQLString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||