public class SQLUnionQuery extends SQLObjectImpl implements SQLSelectQuery
| Constructor and Description |
|---|
SQLUnionQuery() |
SQLUnionQuery(SQLSelectQuery left,
SQLUnionOperator operator,
SQLSelectQuery right) |
| Modifier and Type | Method and Description |
|---|---|
SQLUnionQuery |
clone() |
String |
getDbType() |
SQLSelectQueryBlock |
getFirstQueryBlock() |
SQLSelectQuery |
getLeft() |
SQLLimit |
getLimit() |
SQLUnionOperator |
getOperator() |
SQLOrderBy |
getOrderBy() |
SQLSelectQuery |
getRight() |
boolean |
isBracket() |
void |
output(StringBuffer buf) |
void |
setBracket(boolean bracket) |
void |
setDbType(String dbType) |
void |
setLeft(SQLSelectQuery left) |
void |
setLimit(SQLLimit limit) |
void |
setOperator(SQLUnionOperator operator) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setRight(SQLSelectQuery right) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, computeDataType, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParentpublic SQLUnionQuery()
public SQLUnionQuery(SQLSelectQuery left, SQLUnionOperator operator, SQLSelectQuery right)
public SQLUnionOperator getOperator()
public void setOperator(SQLUnionOperator operator)
public SQLSelectQuery getLeft()
public void setLeft(SQLSelectQuery left)
public SQLSelectQuery getRight()
public void setRight(SQLSelectQuery right)
public SQLOrderBy getOrderBy()
public void setOrderBy(SQLOrderBy orderBy)
public SQLLimit getLimit()
public void setLimit(SQLLimit limit)
public boolean isBracket()
isBracket in interface SQLSelectQuerypublic void setBracket(boolean bracket)
setBracket in interface SQLSelectQuerypublic SQLUnionQuery clone()
clone in interface SQLObjectclone in interface SQLSelectQueryclone in class SQLObjectImplpublic SQLSelectQueryBlock getFirstQueryBlock()
public String getDbType()
public void setDbType(String dbType)
public void output(StringBuffer buf)
output in interface SQLObjectoutput in class SQLObjectImplCopyright © 2013–2018 Alibaba Group. All rights reserved.