Uses of Enum
org.mariadb.jdbc.TransactionIsolation
Packages that use TransactionIsolation
-
Uses of TransactionIsolation in org.mariadb.jdbc
Subclasses with type arguments of type TransactionIsolation in org.mariadb.jdbcMethods in org.mariadb.jdbc that return TransactionIsolationModifier and TypeMethodDescriptionstatic TransactionIsolationGet TransactionIsolation from valueConfiguration.transactionIsolation()Default transaction isolationstatic TransactionIsolationReturns the enum constant of this type with the specified name.static TransactionIsolation[]TransactionIsolation.values()Returns an array containing the constants of this enum type, in the order they are declared.