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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLSelectQuery
          继承者 com.alibaba.druid.sql.ast.statement.SQLUnionQuery
所有已实现的接口:
SQLObject
直接已知子类:
MySqlUnionQuery

public class SQLUnionQuery
extends SQLSelectQuery


构造方法摘要
SQLUnionQuery()
           
 
方法摘要
 SQLSelectQuery getLeft()
           
 SQLUnionOperator getOperator()
           
 SQLOrderBy getOrderBy()
           
 SQLSelectQuery getRight()
           
 void setLeft(SQLSelectQuery left)
           
 void setOperator(SQLUnionOperator operator)
           
 void setOrderBy(SQLOrderBy orderBy)
           
 void setRight(SQLSelectQuery right)
           
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

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 © 2013 Alibaba Group. All Rights Reserved.