Uses of Enum
com.alibaba.druid.sql.ast.statement.SQLStartTransactionStatement.IsolationLevel
Packages that use SQLStartTransactionStatement.IsolationLevel
-
Uses of SQLStartTransactionStatement.IsolationLevel in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLStartTransactionStatement.IsolationLevelModifier and TypeMethodDescriptionSQLStartTransactionStatement.getIsolationLevel()Returns the enum constant of this type with the specified name.SQLStartTransactionStatement.IsolationLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.alibaba.druid.sql.ast.statement with parameters of type SQLStartTransactionStatement.IsolationLevelModifier and TypeMethodDescriptionvoidSQLStartTransactionStatement.setIsolationLevel(SQLStartTransactionStatement.IsolationLevel isolationLevel)