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

java.lang.Object
  extended by com.alibaba.druid.sql.ast.SQLObjectImpl
      extended by com.alibaba.druid.sql.dialect.oracle.ast.OracleSQLObjectImpl
          extended by com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleSelectForUpdate
All Implemented Interfaces:
SQLObject, OracleSQLObject, Serializable

public class OracleSelectForUpdate
extends OracleSQLObjectImpl

See Also:
Serialized Form

Constructor Summary
OracleSelectForUpdate()
           
 
Method Summary
 void accept0(OracleASTVisitor visitor)
           
 List<SQLExpr> getOf()
           
 SQLExpr getWait()
           
 boolean isNotWait()
           
 boolean isSkipLocked()
           
 void setNotWait(boolean notWait)
           
 void setSkipLocked(boolean skipLocked)
           
 void setWait(SQLExpr wait)
           
 
Methods inherited from class com.alibaba.druid.sql.ast.SQLObjectImpl
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.alibaba.druid.sql.ast.SQLObject
accept, getAttribute, getAttributes, getAttributesDirect, getParent, output, putAttribute, setParent
 

Constructor Detail

OracleSelectForUpdate

public OracleSelectForUpdate()
Method Detail

isNotWait

public boolean isNotWait()

setNotWait

public void setNotWait(boolean notWait)

getWait

public SQLExpr getWait()

setWait

public void setWait(SQLExpr wait)

isSkipLocked

public boolean isSkipLocked()

setSkipLocked

public void setSkipLocked(boolean skipLocked)

accept0

public void accept0(OracleASTVisitor visitor)
Specified by:
accept0 in interface OracleSQLObject
Specified by:
accept0 in class OracleSQLObjectImpl

getOf

public List<SQLExpr> getOf()


Copyright © 2012 Alibaba Group. All Rights Reserved.