Uses of Class
com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleLockTableStatement.LockMode
-
Packages that use OracleLockTableStatement.LockMode Package Description 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 Modifier and Type Method Description OracleLockTableStatement.LockModeOracleLockTableStatement. getLockMode()static OracleLockTableStatement.LockModeOracleLockTableStatement.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 Modifier and Type Method Description voidOracleLockTableStatement. setLockMode(OracleLockTableStatement.LockMode lockMode)
-