public class UnionQueryImpl extends QueryImpl implements UnionQuery
SELECT <query1> UNION SELECT <query2>
QueryImpl.Row
Query.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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
getName, getObjectFlag, getObjectId, getOwnerAccessType, getParameters, getType, isHidden, toSQLString
public UnionQueryImpl(String name, List<QueryImpl.Row> rows, int objectId, int objectFlag)
public String getUnionType()
getUnionType
in interface UnionQuery
public String getUnionString1()
getUnionString1
in interface UnionQuery
public String getUnionString2()
getUnionString2
in interface UnionQuery
public List<String> getOrderings()
getOrderings
in interface UnionQuery
Copyright © 2005–2024 OpenHMS. All rights reserved.