public class SQLUnionQuery extends SQLObjectImpl implements SQLSelectQuery, SQLDbTypedObject
| Constructor and Description |
|---|
SQLUnionQuery() |
SQLUnionQuery(SQLSelectQuery left,
SQLUnionOperator operator,
SQLSelectQuery right) |
| Modifier and Type | Method and Description |
|---|---|
void |
addRelation(SQLSelectQuery relation) |
SQLUnionQuery |
clone() |
boolean |
equals(Object o) |
List<SQLSelectQuery> |
getChildren() |
DbType |
getDbType() |
SQLSelectQueryBlock |
getFirstQueryBlock() |
SQLSelectQuery |
getLeft() |
SQLLimit |
getLimit() |
SQLUnionOperator |
getOperator() |
SQLOrderBy |
getOrderBy() |
List<SQLSelectQuery> |
getRelations() |
SQLSelectQuery |
getRight() |
int |
hashCode() |
boolean |
isBracket() |
boolean |
replace(SQLSelectQuery cmp,
SQLSelectQuery target) |
void |
setBracket(boolean bracket) |
void |
setDbType(DbType 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, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getHint, getParent, getSourceColumn, getSourceLine, hasAfterComment, hasBeforeComment, output, output, putAttribute, setHint, setParent, setSourceColumn, setSourceLine, toStringaccept, addAfterComment, addAfterComment, addBeforeComment, addBeforeComment, containsAttribute, getAfterCommentsDirect, getAttribute, getAttributes, getAttributesDirect, getBeforeCommentsDirect, getParent, hasAfterComment, hasBeforeComment, output, output, putAttribute, setParentpublic SQLUnionQuery()
public SQLUnionQuery(SQLSelectQuery left, SQLUnionOperator operator, SQLSelectQuery right)
public SQLUnionOperator getOperator()
public void setOperator(SQLUnionOperator operator)
public List<SQLSelectQuery> getRelations()
public void addRelation(SQLSelectQuery relation)
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 DbType getDbType()
getDbType in interface SQLDbTypedObjectpublic void setDbType(DbType dbType)
public boolean replace(SQLSelectQuery cmp, SQLSelectQuery target)
public List<SQLSelectQuery> getChildren()
Copyright © 2013–2021 Alibaba Group. All rights reserved.