Class FlightSql.ActionCreatePreparedStatementResult

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

public static final class FlightSql.ActionCreatePreparedStatementResult extends com.google.protobuf.GeneratedMessageV3 implements FlightSql.ActionCreatePreparedStatementResultOrBuilder

 Wrap the result of a "CreatePreparedStatement" or "CreatePreparedSubstraitPlan" action.

 The resultant PreparedStatement can be closed either:
 - Manually, through the "ClosePreparedStatement" action;
 - Automatically, by a server timeout.

 The result should be wrapped in a google.protobuf.Any message.
 
Protobuf type arrow.flight.protocol.sql.ActionCreatePreparedStatementResult
See Also:
  • Field Details

    • PREPARED_STATEMENT_HANDLE_FIELD_NUMBER

      public static final int PREPARED_STATEMENT_HANDLE_FIELD_NUMBER
      See Also:
    • DATASET_SCHEMA_FIELD_NUMBER

      public static final int DATASET_SCHEMA_FIELD_NUMBER
      See Also:
    • PARAMETER_SCHEMA_FIELD_NUMBER

      public static final int PARAMETER_SCHEMA_FIELD_NUMBER
      See Also:
  • Method Details