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