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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, putAttribute, setParent
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)
Copyright © 2013–2017 Alibaba Group. All rights reserved.