Uses of Enum
com.alibaba.druid.sql.dialect.mysql.ast.statement.MySqlLockTableStatement.LockType
Packages that use MySqlLockTableStatement.LockType
-
Uses of MySqlLockTableStatement.LockType in com.alibaba.druid.sql.dialect.mysql.ast.statement
Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement that return MySqlLockTableStatement.LockTypeModifier and TypeMethodDescriptionMySqlLockTableStatement.Item.getLockType()Returns the enum constant of this type with the specified name.static MySqlLockTableStatement.LockType[]MySqlLockTableStatement.LockType.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.dialect.mysql.ast.statement with parameters of type MySqlLockTableStatement.LockTypeModifier and TypeMethodDescriptionvoidMySqlLockTableStatement.Item.setLockType(MySqlLockTableStatement.LockType lockType)