Uses of Enum
com.alibaba.druid.sql.dialect.db2.ast.stmt.DB2SelectQueryBlock.LockRequest
Packages that use DB2SelectQueryBlock.LockRequest
-
Uses of DB2SelectQueryBlock.LockRequest in com.alibaba.druid.sql.dialect.db2.ast.stmt
Methods in com.alibaba.druid.sql.dialect.db2.ast.stmt that return DB2SelectQueryBlock.LockRequestModifier and TypeMethodDescriptionDB2SelectQueryBlock.getLockRequest()Returns the enum constant of this type with the specified name.static DB2SelectQueryBlock.LockRequest[]DB2SelectQueryBlock.LockRequest.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.dialect.db2.ast.stmt with parameters of type DB2SelectQueryBlock.LockRequestModifier and TypeMethodDescriptionvoidDB2SelectQueryBlock.setLockRequest(DB2SelectQueryBlock.LockRequest lockRequest)