Uses of Class
com.alibaba.druid.sql.ast.statement.SQLStartTransactionStatement.IsolationLevel
-
Packages that use SQLStartTransactionStatement.IsolationLevel Package Description com.alibaba.druid.sql.ast.statement -
-
Uses of SQLStartTransactionStatement.IsolationLevel in com.alibaba.druid.sql.ast.statement
Methods in com.alibaba.druid.sql.ast.statement that return SQLStartTransactionStatement.IsolationLevel Modifier and Type Method Description SQLStartTransactionStatement.IsolationLevelSQLStartTransactionStatement. getIsolationLevel()static SQLStartTransactionStatement.IsolationLevelSQLStartTransactionStatement.IsolationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SQLStartTransactionStatement.IsolationLevel[]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.IsolationLevel Modifier and Type Method Description voidSQLStartTransactionStatement. setIsolationLevel(SQLStartTransactionStatement.IsolationLevel isolationLevel)
-