public class UnionQueryImpl extends QueryImpl implements UnionQuery
SELECT <query1> UNION SELECT <query2>QueryImpl.AppendableList<E>, QueryImpl.Row, QueryImpl.RowFilter, QueryImpl.RowFormatterQuery.Type| Constructor and Description |
|---|
UnionQueryImpl(String name,
List<QueryImpl.Row> rows,
int objectId,
int objectFlag) |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getOrderings() |
String |
getUnionString1() |
String |
getUnionString2() |
String |
getUnionType() |
protected void |
toSQLString(StringBuilder builder) |
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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getType, isHidden, toSQLStringpublic UnionQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
public String getUnionType()
getUnionType in interface UnionQuerypublic String getUnionString1()
getUnionString1 in interface UnionQuerypublic String getUnionString2()
getUnionString2 in interface UnionQuerypublic List<String> getOrderings()
getOrderings in interface UnionQuerygetOrderings in class QueryImplprotected void toSQLString(StringBuilder builder)
toSQLString in class QueryImplCopyright © 2005–2016. All rights reserved.