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