public class SQLUnionQuery extends SQLObjectImpl implements SQLSelectQuery
| Constructor and Description |
|---|
SQLUnionQuery() |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectQuery |
getLeft() |
SQLLimit |
getLimit() |
SQLUnionOperator |
getOperator() |
SQLOrderBy |
getOrderBy() |
SQLSelectQuery |
getRight() |
boolean |
isBracket() |
void |
setBracket(boolean bracket) |
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, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, clone, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParentpublic 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 SQLSelectQueryCopyright © 2013–2017 Alibaba Group. All rights reserved.