public static final class FlightSql.CommandPreparedStatementUpdate.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandPreparedStatementUpdate.Builder> implements FlightSql.CommandPreparedStatementUpdateOrBuilder
Represents a SQL update query. Used in the command member of FlightDescriptor for the 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
addRepeatedField, clearField, clearOneof, clone, getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setField, setRepeatedField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandPreparedStatementUpdate.Builder>
public FlightSql.CommandPreparedStatementUpdate.Builder clear()
clear
in interface com.google.protobuf.Message.Builder
clear
in interface com.google.protobuf.MessageLite.Builder
clear
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandPreparedStatementUpdate.Builder>
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.Message.Builder
getDescriptorForType
in interface com.google.protobuf.MessageOrBuilder
getDescriptorForType
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandPreparedStatementUpdate.Builder>
public FlightSql.CommandPreparedStatementUpdate getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FlightSql.CommandPreparedStatementUpdate build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FlightSql.CommandPreparedStatementUpdate buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FlightSql.CommandPreparedStatementUpdate.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FlightSql.CommandPreparedStatementUpdate.Builder>
public FlightSql.CommandPreparedStatementUpdate.Builder mergeFrom(FlightSql.CommandPreparedStatementUpdate other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandPreparedStatementUpdate.Builder>
public FlightSql.CommandPreparedStatementUpdate.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FlightSql.CommandPreparedStatementUpdate.Builder>
IOException
public com.google.protobuf.ByteString getPreparedStatementHandle()
Opaque handle for the prepared statement on the server.
bytes prepared_statement_handle = 1;
getPreparedStatementHandle
in interface FlightSql.CommandPreparedStatementUpdateOrBuilder
public FlightSql.CommandPreparedStatementUpdate.Builder setPreparedStatementHandle(com.google.protobuf.ByteString value)
Opaque handle for the prepared statement on the server.
bytes prepared_statement_handle = 1;
value
- The preparedStatementHandle to set.public FlightSql.CommandPreparedStatementUpdate.Builder clearPreparedStatementHandle()
Opaque handle for the prepared statement on the server.
bytes prepared_statement_handle = 1;
public final FlightSql.CommandPreparedStatementUpdate.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandPreparedStatementUpdate.Builder>
public final FlightSql.CommandPreparedStatementUpdate.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.CommandPreparedStatementUpdate.Builder>
Copyright © 2023 The Apache Software Foundation. All rights reserved.