Package | Description |
---|---|
com.healthmarketscience.jackcess.impl.query | |
com.healthmarketscience.jackcess.query |
Modifier and Type | Method and Description |
---|---|
Query.Type |
QueryImpl.getType()
Returns the type of the query.
|
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
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.
|
Copyright © 2005–2018. All rights reserved.