|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.healthmarketscience.jackcess.query.Query
com.healthmarketscience.jackcess.query.BaseSelectQuery
com.healthmarketscience.jackcess.query.CrossTabQuery
public class CrossTabQuery
Concrete Query subclass which represents a crosstab/pivot query, e.g.: TRANSFORM <expr>
SELECT <query> PIVOT <expr>
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.healthmarketscience.jackcess.query.Query |
---|
Query.Row, Query.Type |
Constructor Summary | |
---|---|
CrossTabQuery(java.lang.String name,
java.util.List<Query.Row> rows,
int objectId)
|
Method Summary | |
---|---|
java.lang.String |
getPivotExpression()
|
java.lang.String |
getTransformExpression()
|
Methods inherited from class com.healthmarketscience.jackcess.query.BaseSelectQuery |
---|
getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupings, getHavingExpression, getOrderings, getSelectColumns, getSelectType, getWhereExpression |
Methods inherited from class com.healthmarketscience.jackcess.query.Query |
---|
create, getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getRows, getType, toSQLString, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CrossTabQuery(java.lang.String name, java.util.List<Query.Row> rows, int objectId)
Method Detail |
---|
public java.lang.String getTransformExpression()
public java.lang.String getPivotExpression()
|
Elexis API documentationVersion 2.1.6 as of December 11 2011 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |