com.healthmarketscience.jackcess.impl.query
Class UnionQueryImpl
java.lang.Object
com.healthmarketscience.jackcess.impl.query.QueryImpl
com.healthmarketscience.jackcess.impl.query.UnionQueryImpl
- All Implemented Interfaces:
- Query, UnionQuery
public class UnionQueryImpl
- extends QueryImpl
- implements UnionQuery
Concrete Query subclass which represents a UNION query, e.g.:
SELECT <query1> UNION SELECT <query2>
- Author:
- James Ahlborn
| Nested classes/interfaces inherited from interface com.healthmarketscience.jackcess.query.Query |
Query.Type |
| Fields inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
LOG |
| Methods inherited from class com.healthmarketscience.jackcess.impl.query.QueryImpl |
create, filterRowsByFlag, filterRowsByNotFlag, getColumnRows, getFlagRow, getFromRemoteDbPath, getFromRemoteDbType, getFromTables, getGroupByRows, getHavingRow, getIntValue, getJoinRows, getName, getObjectFlag, getObjectId, getOrderByRows, getOwnerAccessType, getParameterRows, getParameters, getRemoteDatabaseRow, getRowByAttribute, getRows, getRowsByAttribute, getShortValue, getTableRows, getType, getTypeRow, getUniqueRow, getWhereExpression, getWhereRow, hasFlag, hasFlag, isHidden, isQuoted, supportsStandardClauses, toAlias, toOptionalQuotedExpr, toQuotedExpr, toRemoteDb, toSQLParameterString, toSQLString, toString |
UnionQueryImpl
public UnionQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag)
getUnionType
public String getUnionType()
- Specified by:
getUnionType in interface UnionQuery
getUnionString1
public String getUnionString1()
- Specified by:
getUnionString1 in interface UnionQuery
getUnionString2
public String getUnionString2()
- Specified by:
getUnionString2 in interface UnionQuery
getOrderings
public List<String> getOrderings()
- Specified by:
getOrderings in interface UnionQuery- Overrides:
getOrderings in class QueryImpl
toSQLString
protected void toSQLString(StringBuilder builder)
- Specified by:
toSQLString in class QueryImpl
Copyright © 2005-2017 Health Market Science. All Rights Reserved.