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

java.lang.Object
  继承者 com.alibaba.druid.sql.ast.SQLObjectImpl
      继承者 com.alibaba.druid.sql.ast.statement.SQLSelect
          继承者 com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleSelect
所有已实现的接口:
SQLObject

public class OracleSelect
extends SQLSelect


构造方法摘要
OracleSelect()
           
 
方法摘要
 OracleSelectForUpdate getForUpdate()
           
 OracleSelectRestriction getRestriction()
           
 void output(StringBuffer buf)
           
 void setForUpdate(OracleSelectForUpdate forUpdate)
           
 void setRestriction(OracleSelectRestriction restriction)
           
 
从类 com.alibaba.druid.sql.ast.statement.SQLSelect 继承的方法
equals, getHints, getHintsSize, getOrderBy, getQuery, getWithSubQuery, hashCode, setOrderBy, setQuery, setWithSubQuery
 
从类 com.alibaba.druid.sql.ast.SQLObjectImpl 继承的方法
accept, getAttribute, getAttributes, getAttributesDirect, getParent, putAttribute, setParent, toString
 
从类 java.lang.Object 继承的方法
getClass, notify, notifyAll, wait, wait, wait
 

构造方法详细信息

OracleSelect

public OracleSelect()
方法详细信息

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)
指定者:
接口 SQLObject 中的 output
覆盖:
SQLObjectImpl 中的 output


Copyright © 2013 Alibaba Group. All Rights Reserved.