com.alibaba.druid.sql.ast.statement
Class SQLUnionQuery

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLSelectQuery
          extended by 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

Constructor Summary
SQLUnionQuery()
           
 
Method Summary
 SQLSelectQuery getLeft()
           
 SQLUnionOperator getOperator()
           
 SQLOrderBy getOrderBy()
           
 SQLSelectQuery getRight()
           
 void setLeft(SQLSelectQuery left)
           
 void setOperator(SQLUnionOperator operator)
           
 void setOrderBy(SQLOrderBy orderBy)
           
 void setRight(SQLSelectQuery right)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLUnionQuery

public SQLUnionQuery()
Method Detail

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.