public class SQLUnionQuery extends SQLObjectImpl implements SQLSelectQuery
| Constructor and Description |
|---|
SQLUnionQuery() |
| Modifier and Type | Method and Description |
|---|---|
SQLSelectQuery |
getLeft() |
SQLUnionOperator |
getOperator() |
SQLOrderBy |
getOrderBy() |
SQLSelectQuery |
getRight() |
void |
setLeft(SQLSelectQuery left) |
void |
setOperator(SQLUnionOperator operator) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setRight(SQLSelectQuery right) |
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent, toStringequals, getClass, hashCode, notify, notifyAll, wait, wait, waitaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, 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)
Copyright © 2013–2016 Alibaba Group. All rights reserved.