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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLSelect
All Implemented Interfaces:
SQLObject, Serializable
Direct Known Subclasses:
OracleSelect, SQLServerSelect

public class SQLSelect
extends SQLObjectImpl

See Also:
Serialized Form

Constructor Summary
SQLSelect()
           
 
Method Summary
 SQLOrderBy getOrderBy()
           
 SQLSelectQuery getQuery()
           
 void output(StringBuffer buf)
           
 void setOrderBy(SQLOrderBy orderBy)
           
 void setQuery(SQLSelectQuery query)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SQLSelect

public SQLSelect()
Method Detail

getQuery

public SQLSelectQuery getQuery()

setQuery

public void setQuery(SQLSelectQuery query)

getOrderBy

public SQLOrderBy getOrderBy()

setOrderBy

public void setOrderBy(SQLOrderBy orderBy)

output

public void output(StringBuffer buf)
Specified by:
output in interface SQLObject
Overrides:
output in class SQLObjectImpl


Copyright © 2012 Alibaba Group. All Rights Reserved.