com.alibaba.druid.sql.ast.statement
Class SQLUnionQuery
java.lang.Object
com.alibaba.druid.sql.ast.SQLObjectImpl
com.alibaba.druid.sql.ast.statement.SQLSelectQuery
com.alibaba.druid.sql.ast.statement.SQLUnionQuery
- All Implemented Interfaces:
- SQLObject, Serializable
- Direct Known Subclasses:
- MySqlUnionQuery
public class SQLUnionQuery
- extends SQLSelectQuery
- See Also:
- Serialized Form
SQLUnionQuery
public SQLUnionQuery()
getOperator
public SQLUnionOperator getOperator()
setOperator
public void setOperator(SQLUnionOperator operator)
getLeft
public SQLSelectQuery getLeft()
setLeft
public void setLeft(SQLSelectQuery left)
getRight
public SQLSelectQuery getRight()
setRight
public void setRight(SQLSelectQuery right)
getOrderBy
public SQLOrderBy getOrderBy()
setOrderBy
public void setOrderBy(SQLOrderBy orderBy)
Copyright © 2012 Alibaba Group. All Rights Reserved.