public static interface FlightSql.ActionEndSavepointRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
FlightSql.ActionEndSavepointRequest.EndSavepoint |
getAction()
Whether to rollback/release the given savepoint.
|
int |
getActionValue()
Whether to rollback/release the given savepoint.
|
com.google.protobuf.ByteString |
getSavepointId()
Opaque handle for the savepoint on the server.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
com.google.protobuf.ByteString getSavepointId()
Opaque handle for the savepoint on the server.
bytes savepoint_id = 1;
int getActionValue()
Whether to rollback/release the given savepoint.
.arrow.flight.protocol.sql.ActionEndSavepointRequest.EndSavepoint action = 2;
FlightSql.ActionEndSavepointRequest.EndSavepoint getAction()
Whether to rollback/release the given savepoint.
.arrow.flight.protocol.sql.ActionEndSavepointRequest.EndSavepoint action = 2;
Copyright © 2023 The Apache Software Foundation. All rights reserved.