Class FlightSql.CommandPreparedStatementUpdate

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

public static final class FlightSql.CommandPreparedStatementUpdate extends com.google.protobuf.GeneratedMessage implements FlightSql.CommandPreparedStatementUpdateOrBuilder

 Represents a SQL update query. Used in the command member of FlightDescriptor
 for the RPC call DoPut to cause the server to execute the included
 prepared statement handle as an update.
 
Protobuf type arrow.flight.protocol.sql.CommandPreparedStatementUpdate
See Also: