public static final class FlightSql.ActionCreatePreparedStatementRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder> implements FlightSql.ActionCreatePreparedStatementRequestOrBuilder
Request message for the "CreatePreparedStatement" action on a Flight SQL enabled backend.Protobuf type
arrow.flight.protocol.sql.ActionCreatePreparedStatementRequest| Modifier and Type | Method and Description |
|---|---|
FlightSql.ActionCreatePreparedStatementRequest |
build() |
FlightSql.ActionCreatePreparedStatementRequest |
buildPartial() |
FlightSql.ActionCreatePreparedStatementRequest.Builder |
clear() |
FlightSql.ActionCreatePreparedStatementRequest.Builder |
clearQuery()
The valid SQL string to create a prepared statement for.
|
FlightSql.ActionCreatePreparedStatementRequest.Builder |
clearTransactionId()
Create/execute the prepared statement as part of this transaction (if
unset, executions of the prepared statement will be auto-committed).
|
FlightSql.ActionCreatePreparedStatementRequest |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
String |
getQuery()
The valid SQL string to create a prepared statement for.
|
com.google.protobuf.ByteString |
getQueryBytes()
The valid SQL string to create a prepared statement for.
|
com.google.protobuf.ByteString |
getTransactionId()
Create/execute the prepared statement as part of this transaction (if
unset, executions of the prepared statement will be auto-committed).
|
boolean |
hasTransactionId()
Create/execute the prepared statement as part of this transaction (if
unset, executions of the prepared statement will be auto-committed).
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
FlightSql.ActionCreatePreparedStatementRequest.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
FlightSql.ActionCreatePreparedStatementRequest.Builder |
mergeFrom(FlightSql.ActionCreatePreparedStatementRequest other) |
FlightSql.ActionCreatePreparedStatementRequest.Builder |
mergeFrom(com.google.protobuf.Message other) |
FlightSql.ActionCreatePreparedStatementRequest.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
FlightSql.ActionCreatePreparedStatementRequest.Builder |
setQuery(String value)
The valid SQL string to create a prepared statement for.
|
FlightSql.ActionCreatePreparedStatementRequest.Builder |
setQueryBytes(com.google.protobuf.ByteString value)
The valid SQL string to create a prepared statement for.
|
FlightSql.ActionCreatePreparedStatementRequest.Builder |
setTransactionId(com.google.protobuf.ByteString value)
Create/execute the prepared statement as part of this transaction (if
unset, executions of the prepared statement will be auto-committed).
|
FlightSql.ActionCreatePreparedStatementRequest.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
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, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitfindInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofpublic static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder>public FlightSql.ActionCreatePreparedStatementRequest.Builder clear()
clear in interface com.google.protobuf.Message.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder>public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.Message.BuildergetDescriptorForType in interface com.google.protobuf.MessageOrBuildergetDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder>public FlightSql.ActionCreatePreparedStatementRequest getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic FlightSql.ActionCreatePreparedStatementRequest build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic FlightSql.ActionCreatePreparedStatementRequest buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic FlightSql.ActionCreatePreparedStatementRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder>public FlightSql.ActionCreatePreparedStatementRequest.Builder mergeFrom(FlightSql.ActionCreatePreparedStatementRequest other)
public final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder>public FlightSql.ActionCreatePreparedStatementRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom in interface com.google.protobuf.Message.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder>IOExceptionpublic String getQuery()
The valid SQL string to create a prepared statement for.
string query = 1;getQuery in interface FlightSql.ActionCreatePreparedStatementRequestOrBuilderpublic com.google.protobuf.ByteString getQueryBytes()
The valid SQL string to create a prepared statement for.
string query = 1;getQueryBytes in interface FlightSql.ActionCreatePreparedStatementRequestOrBuilderpublic FlightSql.ActionCreatePreparedStatementRequest.Builder setQuery(String value)
The valid SQL string to create a prepared statement for.
string query = 1;value - The query to set.public FlightSql.ActionCreatePreparedStatementRequest.Builder clearQuery()
The valid SQL string to create a prepared statement for.
string query = 1;public FlightSql.ActionCreatePreparedStatementRequest.Builder setQueryBytes(com.google.protobuf.ByteString value)
The valid SQL string to create a prepared statement for.
string query = 1;value - The bytes for query to set.public boolean hasTransactionId()
Create/execute the prepared statement as part of this transaction (if unset, executions of the prepared statement will be auto-committed).
optional bytes transaction_id = 2;hasTransactionId in interface FlightSql.ActionCreatePreparedStatementRequestOrBuilderpublic com.google.protobuf.ByteString getTransactionId()
Create/execute the prepared statement as part of this transaction (if unset, executions of the prepared statement will be auto-committed).
optional bytes transaction_id = 2;getTransactionId in interface FlightSql.ActionCreatePreparedStatementRequestOrBuilderpublic FlightSql.ActionCreatePreparedStatementRequest.Builder setTransactionId(com.google.protobuf.ByteString value)
Create/execute the prepared statement as part of this transaction (if unset, executions of the prepared statement will be auto-committed).
optional bytes transaction_id = 2;value - The transactionId to set.public FlightSql.ActionCreatePreparedStatementRequest.Builder clearTransactionId()
Create/execute the prepared statement as part of this transaction (if unset, executions of the prepared statement will be auto-committed).
optional bytes transaction_id = 2;public final FlightSql.ActionCreatePreparedStatementRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder>public final FlightSql.ActionCreatePreparedStatementRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields in interface com.google.protobuf.Message.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder>Copyright © 2024 The Apache Software Foundation. All rights reserved.