Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.SqlTransactionIsolationLevel
-
Uses of FlightSql.SqlTransactionIsolationLevel in org.apache.arrow.flight.sql
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FlightSql.SqlTransactionIsolationLevel>
FlightSql.SqlTransactionIsolationLevel.internalGetValueMap()