|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use QueryImpl.Row | |
|---|---|
| com.healthmarketscience.jackcess.impl.query | |
| Uses of QueryImpl.Row in com.healthmarketscience.jackcess.impl.query |
|---|
| Methods in com.healthmarketscience.jackcess.impl.query that return QueryImpl.Row | |
|---|---|
QueryImpl.Row |
QueryImpl.getTypeRow()
|
| Methods in com.healthmarketscience.jackcess.impl.query that return types with arguments of type QueryImpl.Row | |
|---|---|
List<QueryImpl.Row> |
QueryImpl.getRows()
Returns the rows from the system query table from which the query information was derived. |
| Method parameters in com.healthmarketscience.jackcess.impl.query with type arguments of type QueryImpl.Row | |
|---|---|
static QueryImpl |
QueryImpl.create(int objectFlag,
String name,
List<QueryImpl.Row> rows,
int objectId)
Creates a concrete Query instance from the given query data. |
| Constructor parameters in com.healthmarketscience.jackcess.impl.query with type arguments of type QueryImpl.Row | |
|---|---|
AppendQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
|
|
CrossTabQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
|
|
DataDefinitionQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
|
|
DeleteQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
|
|
MakeTableQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
|
|
PassthroughQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
|
|
SelectQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
|
|
UnionQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
|
|
UpdateQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||