Class FlightSql.ActionEndTransactionRequest

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
org.apache.arrow.flight.sql.impl.FlightSql.ActionEndTransactionRequest
All Implemented Interfaces:
com.google.protobuf.Message, com.google.protobuf.MessageLite, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Serializable, FlightSql.ActionEndTransactionRequestOrBuilder
Enclosing class:
FlightSql

public static final class FlightSql.ActionEndTransactionRequest extends com.google.protobuf.GeneratedMessage implements FlightSql.ActionEndTransactionRequestOrBuilder

 Request message for the "EndTransaction" action.

 Commit (COMMIT) or rollback (ROLLBACK) the transaction.

 If the action completes successfully, the transaction handle is
 invalidated, as are all associated savepoints.
 
Protobuf type arrow.flight.protocol.sql.ActionEndTransactionRequest
See Also:
  • Field Details

    • TRANSACTION_ID_FIELD_NUMBER

      public static final int TRANSACTION_ID_FIELD_NUMBER
      See Also:
    • ACTION_FIELD_NUMBER

      public static final int ACTION_FIELD_NUMBER
      See Also:
  • Method Details