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