Uses of Enum
com.alibaba.druid.sql.dialect.oracle.ast.stmt.OracleLockTableStatement.LockMode
Packages that use OracleLockTableStatement.LockMode
-
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.LockModeModifier and TypeMethodDescriptionOracleLockTableStatement.getLockMode()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.LockModeModifier and TypeMethodDescriptionvoidOracleLockTableStatement.setLockMode(OracleLockTableStatement.LockMode lockMode)