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, toString
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
accept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, putAttribute, setParent
public 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 SQLSelectQuery
public void setBracket(boolean bracket)
setBracket
in interface SQLSelectQuery
public SQLUnionQuery clone()
clone
in interface SQLObject
clone
in interface SQLSelectQuery
clone
in class SQLObjectImpl
public SQLSelectQueryBlock getFirstQueryBlock()
public String getDbType()
public void setDbType(String dbType)
public void output(StringBuffer buf)
output
in interface SQLObject
output
in class SQLObjectImpl
Copyright © 2013–2017 Alibaba Group. All rights reserved.