public class SQLUnionQuery extends SQLSelectQueryBase implements SQLDbTypedObject
| Constructor and Description |
|---|
SQLUnionQuery() |
SQLUnionQuery(DbType dbType) |
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 |
isEmpty() |
boolean |
replace(SQLSelectQuery cmp,
SQLSelectQuery target) |
void |
setDbType(DbType dbType) |
void |
setLeft(SQLSelectQuery left) |
void |
setLimit(SQLLimit limit) |
void |
setOperator(SQLUnionOperator operator) |
void |
setOrderBy(SQLOrderBy orderBy) |
void |
setRight(SQLSelectQuery right) |
isParenthesized, setParenthesizedaccept, 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(DbType dbType)
public SQLUnionQuery(SQLSelectQuery left, SQLUnionOperator operator, SQLSelectQuery right)
public SQLUnionOperator getOperator()
public void setOperator(SQLUnionOperator operator)
public List<SQLSelectQuery> getRelations()
public boolean isEmpty()
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 SQLUnionQuery clone()
clone in interface SQLObjectclone in interface SQLSelectQueryclone in class SQLSelectQueryBasepublic 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–2022 Alibaba Group. All rights reserved.