public class UnionQueryImpl extends QueryImpl implements UnionQuery
SELECT <query1> UNION SELECT <query2>QueryImpl.RowQuery.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() |
create, getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getRows, getType, getTypeRow, isHidden, toSQLString, toStringequals, 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 UnionQueryCopyright © 2005–2025 OpenHMS. All rights reserved.