Class FlightSql.CommandStatementUpdate.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandStatementUpdate.Builder>
org.apache.arrow.flight.sql.impl.FlightSql.CommandStatementUpdate.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, FlightSql.CommandStatementUpdateOrBuilder
Enclosing class:
FlightSql.CommandStatementUpdate

public static final class FlightSql.CommandStatementUpdate.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandStatementUpdate.Builder> implements FlightSql.CommandStatementUpdateOrBuilder

 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 SQL update.
 
Protobuf type arrow.flight.protocol.sql.CommandStatementUpdate