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, 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.ActionCreatePreparedStatementRequest.Builder>
public FlightSql.ActionCreatePreparedStatementRequest.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.ActionCreatePreparedStatementRequest.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.ActionCreatePreparedStatementRequest.Builder>
public FlightSql.ActionCreatePreparedStatementRequest getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public FlightSql.ActionCreatePreparedStatementRequest build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public FlightSql.ActionCreatePreparedStatementRequest buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public FlightSql.ActionCreatePreparedStatementRequest.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
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.MessageLiteOrBuilder
isInitialized
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.Builder
mergeFrom
in interface com.google.protobuf.MessageLite.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder>
IOException
public String getQuery()
The valid SQL string to create a prepared statement for.
string query = 1;
getQuery
in interface FlightSql.ActionCreatePreparedStatementRequestOrBuilder
public com.google.protobuf.ByteString getQueryBytes()
The valid SQL string to create a prepared statement for.
string query = 1;
getQueryBytes
in interface FlightSql.ActionCreatePreparedStatementRequestOrBuilder
public 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.ActionCreatePreparedStatementRequestOrBuilder
public 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.ActionCreatePreparedStatementRequestOrBuilder
public 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.Builder
setUnknownFields
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.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<FlightSql.ActionCreatePreparedStatementRequest.Builder>
Copyright © 2023 The Apache Software Foundation. All rights reserved.