Uses of Enum
org.apache.arrow.adbc.core.IsolationLevel
Packages that use IsolationLevel
Package
Description
ADBC (Arrow Database Connectivity) is an API standard for Arrow-based database access.
-
Uses of IsolationLevel in org.apache.arrow.adbc.core
Methods in org.apache.arrow.adbc.core that return IsolationLevelModifier and TypeMethodDescriptiondefault IsolationLevelAdbcConnection.getIsolationLevel()Get the isolation level used by transactions.static IsolationLevelReturns the enum constant of this type with the specified name.static IsolationLevel[]IsolationLevel.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.arrow.adbc.core with parameters of type IsolationLevelModifier and TypeMethodDescriptiondefault voidAdbcConnection.setIsolationLevel(IsolationLevel level) Change the isolation level used by transactions. -
Uses of IsolationLevel in org.apache.arrow.adbc.driver.jdbc
Methods in org.apache.arrow.adbc.driver.jdbc that return IsolationLevelMethods in org.apache.arrow.adbc.driver.jdbc with parameters of type IsolationLevel -
Uses of IsolationLevel in org.apache.arrow.adbc.driver.jni
Methods in org.apache.arrow.adbc.driver.jni that return IsolationLevelMethods in org.apache.arrow.adbc.driver.jni with parameters of type IsolationLevel