com.alibaba.druid.sql.dialect.oracle.ast.stmt
Class OracleSelect

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.ast.statement.SQLSelect
          extended by com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleSelect
All Implemented Interfaces:
SQLObject, Serializable

public class OracleSelect
extends SQLSelect

See Also:
Serialized Form

Constructor Summary
OracleSelect()
           
 
Method Summary
 SubqueryFactoringClause getFactoring()
           
 OracleSelectForUpdate getForUpdate()
           
 OracleSelectRestriction getRestriction()
           
 void output(StringBuffer buf)
           
 void setFactoring(SubqueryFactoringClause factoring)
           
 void setForUpdate(OracleSelectForUpdate forUpdate)
           
 void setRestriction(OracleSelectRestriction restriction)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.statement.SQLSelect
getOrderBy, getQuery, setOrderBy, setQuery
 
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

OracleSelect

public OracleSelect()
Method Detail

getFactoring

public SubqueryFactoringClause getFactoring()

setFactoring

public void setFactoring(SubqueryFactoringClause factoring)

getRestriction

public OracleSelectRestriction getRestriction()

setRestriction

public void setRestriction(OracleSelectRestriction restriction)

getForUpdate

public OracleSelectForUpdate getForUpdate()

setForUpdate

public void setForUpdate(OracleSelectForUpdate forUpdate)

output

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


Copyright © 2012 Alibaba Group. All Rights Reserved.