Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.SqlTransactionIsolationLevel
Packages that use FlightSql.SqlTransactionIsolationLevel
-
Uses of FlightSql.SqlTransactionIsolationLevel in org.apache.arrow.flight.sql
Methods in org.apache.arrow.flight.sql with parameters of type FlightSql.SqlTransactionIsolationLevelModifier and TypeMethodDescriptionSqlInfoBuilder.withSqlSupportedTransactionsIsolationLevels
(FlightSql.SqlTransactionIsolationLevel... values) Sets a value forFlightSql.SqlInfo.SQL_SUPPORTED_TRANSACTIONS_ISOLATION_LEVELS
in the builder. -
Uses of FlightSql.SqlTransactionIsolationLevel in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.SqlTransactionIsolationLevelModifier and TypeMethodDescriptionFlightSql.SqlTransactionIsolationLevel.forNumber
(int value) FlightSql.SqlTransactionIsolationLevel.valueOf
(int value) Deprecated.FlightSql.SqlTransactionIsolationLevel.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this type with the specified name.Returns the enum constant of this type with the specified name.FlightSql.SqlTransactionIsolationLevel.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.arrow.flight.sql.impl that return types with arguments of type FlightSql.SqlTransactionIsolationLevelModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlTransactionIsolationLevel>
FlightSql.SqlTransactionIsolationLevel.internalGetValueMap()