com.healthmarketscience.jackcess.impl.query
Class CrossTabQueryImpl
java.lang.Object
com.healthmarketscience.jackcess.impl.query.QueryImpl
com.healthmarketscience.jackcess.impl.query.BaseSelectQueryImpl
com.healthmarketscience.jackcess.impl.query.CrossTabQueryImpl
- All Implemented Interfaces:
- BaseSelectQuery, CrossTabQuery, Query
public class CrossTabQueryImpl
- extends BaseSelectQueryImpl
- implements CrossTabQuery
Concrete Query subclass which represents a crosstab/pivot query, e.g.:
TRANSFORM <expr> SELECT <query> PIVOT <expr>
- Author:
- James Ahlborn
| Nested classes/interfaces inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
QueryImpl.Row |
| Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.query.Query |
Query.Type |
| Methods inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
create, getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getRows, getType, getTypeRow, isHidden, toSQLString, toString |
CrossTabQueryImpl
public CrossTabQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
getTransformExpression
public String getTransformExpression()
- Specified by:
getTransformExpression in interface CrossTabQuery
getPivotExpression
public String getPivotExpression()
- Specified by:
getPivotExpression in interface CrossTabQuery
Copyright © 2005-2015 Health Market Science. All Rights Reserved.