Uses of Class
org.apache.shardingsphere.sql.parser.sql.common.enums.TransactionIsolationLevel
-
Packages that use TransactionIsolationLevel Package Description org.apache.shardingsphere.sql.parser.sql.common.enums org.apache.shardingsphere.sql.parser.sql.common.statement.tcl -
-
Uses of TransactionIsolationLevel in org.apache.shardingsphere.sql.parser.sql.common.enums
Methods in org.apache.shardingsphere.sql.parser.sql.common.enums that return TransactionIsolationLevel Modifier and Type Method Description static TransactionIsolationLevelTransactionIsolationLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static TransactionIsolationLevel[]TransactionIsolationLevel. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of TransactionIsolationLevel in org.apache.shardingsphere.sql.parser.sql.common.statement.tcl
Methods in org.apache.shardingsphere.sql.parser.sql.common.statement.tcl that return types with arguments of type TransactionIsolationLevel Modifier and Type Method Description Optional<TransactionIsolationLevel>SetTransactionStatement. getIsolationLevel()Get isolation level.
-