Uses of Class
com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleLockTableStatement.LockMode

Packages that use OracleLockTableStatement.LockMode
com.alibaba.druid.sql.dialect.oracle.ast.stmt   
 

Uses of OracleLockTableStatement.LockMode in com.alibaba.druid.sql.dialect.oracle.ast.stmt
 

Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt that return OracleLockTableStatement.LockMode
 OracleLockTableStatement.LockMode OracleLockTableStatement.getLockMode()
           
static OracleLockTableStatement.LockMode OracleLockTableStatement.LockMode.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OracleLockTableStatement.LockMode[] OracleLockTableStatement.LockMode.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.alibaba.druid.sql.dialect.oracle.ast.stmt with parameters of type OracleLockTableStatement.LockMode
 void OracleLockTableStatement.setLockMode(OracleLockTableStatement.LockMode lockMode)
           
 



Copyright © 2012 Alibaba Group. All Rights Reserved.