|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Query.Row | |
---|---|
com.healthmarketscience.jackcess.query |
Uses of Query.Row in com.healthmarketscience.jackcess.query |
---|
Methods in com.healthmarketscience.jackcess.query that return types with arguments of type Query.Row | |
---|---|
java.util.List<Query.Row> |
Query.getRows()
Returns the rows from the system query table from which the query information was derived. |
Method parameters in com.healthmarketscience.jackcess.query with type arguments of type Query.Row | |
---|---|
static Query |
Query.create(int objectFlag,
java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
Creates a concrete Query instance from the given query data. |
Constructor parameters in com.healthmarketscience.jackcess.query with type arguments of type Query.Row | |
---|---|
AppendQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
|
CrossTabQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
|
DataDefinitionQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
|
DeleteQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
|
MakeTableQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
|
PassthroughQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
|
SelectQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
|
UnionQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
|
UpdateQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV NEXT | FRAMES NO FRAMES |