|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Query.Type | |
|---|---|
| com.healthmarketscience.jackcess.impl.query | |
| com.healthmarketscience.jackcess.query | |
| Uses of Query.Type in com.healthmarketscience.jackcess.impl.query |
|---|
| Fields in com.healthmarketscience.jackcess.impl.query with type parameters of type Query.Type | |
|---|---|
static Map<Short,Query.Type> |
QueryFormat.TYPE_MAP
|
| Methods in com.healthmarketscience.jackcess.impl.query that return Query.Type | |
|---|---|
Query.Type |
QueryImpl.getType()
Returns the type of the query. |
| Constructors in com.healthmarketscience.jackcess.impl.query with parameters of type Query.Type | |
|---|---|
BaseSelectQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag,
Query.Type type)
|
|
QueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag,
Query.Type type)
|
|
| Uses of Query.Type in com.healthmarketscience.jackcess.query |
|---|
| Methods in com.healthmarketscience.jackcess.query that return Query.Type | |
|---|---|
Query.Type |
Query.getType()
Returns the type of the query. |
static Query.Type |
Query.Type.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Query.Type[] |
Query.Type.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||