| Package | Description |
|---|---|
| com.healthmarketscience.jackcess.impl.query | |
| com.healthmarketscience.jackcess.query |
| Modifier and Type | Field and Description |
|---|---|
private Query.Type |
QueryImpl._type |
| Modifier and Type | Method and Description |
|---|---|
Query.Type |
QueryImpl.getType()
Returns the type of the query.
|
| Constructor and Description |
|---|
BaseSelectQueryImpl(java.lang.String name,
java.util.List<QueryImpl.Row> rows,
int objectId,
int objectFlag,
Query.Type type) |
QueryImpl(java.lang.String name,
java.util.List<QueryImpl.Row> rows,
int objectId,
int objectFlag,
Query.Type type) |
| Modifier and Type | Method and Description |
|---|---|
Query.Type |
Query.getType()
Returns the type of the query.
|
static Query.Type |
Query.Type.valueOf(java.lang.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.
|