Uses of Enum
com.alibaba.druid.sql.dialect.db2.ast.stmt.DB2SelectQueryBlock.Isolation
Packages that use DB2SelectQueryBlock.Isolation
-
Uses of DB2SelectQueryBlock.Isolation in com.alibaba.druid.sql.dialect.db2.ast.stmt
Methods in com.alibaba.druid.sql.dialect.db2.ast.stmt that return DB2SelectQueryBlock.IsolationModifier and TypeMethodDescriptionDB2SelectQueryBlock.getIsolation()Returns the enum constant of this type with the specified name.static DB2SelectQueryBlock.Isolation[]DB2SelectQueryBlock.Isolation.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.IsolationModifier and TypeMethodDescriptionvoidDB2SelectQueryBlock.setIsolation(DB2SelectQueryBlock.Isolation isolation)