Class FlightSql.ActionCreatePreparedStatementResult

java.lang.Object
com.google.protobuf.AbstractMessageLite
com.google.protobuf.AbstractMessage
com.google.protobuf.GeneratedMessage
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.GeneratedMessage 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: