Uses of Enum
org.apache.arrow.flight.sql.impl.FlightSql.ActionEndTransactionRequest.EndTransaction
Packages that use FlightSql.ActionEndTransactionRequest.EndTransaction
-
Uses of FlightSql.ActionEndTransactionRequest.EndTransaction in org.apache.arrow.flight.sql.impl
Methods in org.apache.arrow.flight.sql.impl that return FlightSql.ActionEndTransactionRequest.EndTransactionModifier and TypeMethodDescriptionFlightSql.ActionEndTransactionRequest.EndTransaction.forNumber
(int value) FlightSql.ActionEndTransactionRequest.Builder.getAction()
Whether to commit/rollback the given transaction.FlightSql.ActionEndTransactionRequest.getAction()
Whether to commit/rollback the given transaction.FlightSql.ActionEndTransactionRequestOrBuilder.getAction()
Whether to commit/rollback the given transaction.FlightSql.ActionEndTransactionRequest.EndTransaction.valueOf
(int value) Deprecated.FlightSql.ActionEndTransactionRequest.EndTransaction.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.ActionEndTransactionRequest.EndTransaction.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.ActionEndTransactionRequest.EndTransactionModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<FlightSql.ActionEndTransactionRequest.EndTransaction>
FlightSql.ActionEndTransactionRequest.EndTransaction.internalGetValueMap()
Methods in org.apache.arrow.flight.sql.impl with parameters of type FlightSql.ActionEndTransactionRequest.EndTransactionModifier and TypeMethodDescriptionFlightSql.ActionEndTransactionRequest.Builder.setAction
(FlightSql.ActionEndTransactionRequest.EndTransaction value) Whether to commit/rollback the given transaction.