public static final class UserProtos.PreparedStatement.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder> implements UserProtos.PreparedStatementOrBuilder
Prepared statement. It contains the query metadata and handle to prepared statement state on server.Protobuf type
exec.user.PreparedStatement
Modifier and Type | Method and Description |
---|---|
UserProtos.PreparedStatement.Builder |
addAllColumns(Iterable<? extends UserProtos.ResultColumnMetadata> values)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
addColumns(int index,
UserProtos.ResultColumnMetadata.Builder builderForValue)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
addColumns(int index,
UserProtos.ResultColumnMetadata value)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
addColumns(UserProtos.ResultColumnMetadata.Builder builderForValue)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
addColumns(UserProtos.ResultColumnMetadata value)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.ResultColumnMetadata.Builder |
addColumnsBuilder()
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.ResultColumnMetadata.Builder |
addColumnsBuilder(int index)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserProtos.PreparedStatement |
build() |
UserProtos.PreparedStatement |
buildPartial() |
UserProtos.PreparedStatement.Builder |
clear() |
UserProtos.PreparedStatement.Builder |
clearColumns()
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
UserProtos.PreparedStatement.Builder |
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
UserProtos.PreparedStatement.Builder |
clearServerHandle()
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatement.Builder |
clone() |
UserProtos.ResultColumnMetadata |
getColumns(int index)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.ResultColumnMetadata.Builder |
getColumnsBuilder(int index)
repeated .exec.user.ResultColumnMetadata columns = 1; |
List<UserProtos.ResultColumnMetadata.Builder> |
getColumnsBuilderList()
repeated .exec.user.ResultColumnMetadata columns = 1; |
int |
getColumnsCount()
repeated .exec.user.ResultColumnMetadata columns = 1; |
List<UserProtos.ResultColumnMetadata> |
getColumnsList()
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.ResultColumnMetadataOrBuilder |
getColumnsOrBuilder(int index)
repeated .exec.user.ResultColumnMetadata columns = 1; |
List<? extends UserProtos.ResultColumnMetadataOrBuilder> |
getColumnsOrBuilderList()
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
com.google.protobuf.Descriptors.Descriptor |
getDescriptorForType() |
UserProtos.PreparedStatementHandle |
getServerHandle()
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatementHandle.Builder |
getServerHandleBuilder()
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatementHandleOrBuilder |
getServerHandleOrBuilder()
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
boolean |
hasServerHandle()
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
UserProtos.PreparedStatement.Builder |
mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
UserProtos.PreparedStatement.Builder |
mergeFrom(com.google.protobuf.Message other) |
UserProtos.PreparedStatement.Builder |
mergeFrom(UserProtos.PreparedStatement other) |
UserProtos.PreparedStatement.Builder |
mergeServerHandle(UserProtos.PreparedStatementHandle value)
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatement.Builder |
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
UserProtos.PreparedStatement.Builder |
removeColumns(int index)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
setColumns(int index,
UserProtos.ResultColumnMetadata.Builder builderForValue)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
setColumns(int index,
UserProtos.ResultColumnMetadata value)
repeated .exec.user.ResultColumnMetadata columns = 1; |
UserProtos.PreparedStatement.Builder |
setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
UserProtos.PreparedStatement.Builder |
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
UserProtos.PreparedStatement.Builder |
setServerHandle(UserProtos.PreparedStatementHandle.Builder builderForValue)
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatement.Builder |
setServerHandle(UserProtos.PreparedStatementHandle value)
In order to execute the prepared statement,
clients need to submit this object in RunQuery message.
|
UserProtos.PreparedStatement.Builder |
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>
public UserProtos.PreparedStatement.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<UserProtos.PreparedStatement.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<UserProtos.PreparedStatement.Builder>
public UserProtos.PreparedStatement getDefaultInstanceForType()
getDefaultInstanceForType
in interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType
in interface com.google.protobuf.MessageOrBuilder
public UserProtos.PreparedStatement build()
build
in interface com.google.protobuf.Message.Builder
build
in interface com.google.protobuf.MessageLite.Builder
public UserProtos.PreparedStatement buildPartial()
buildPartial
in interface com.google.protobuf.Message.Builder
buildPartial
in interface com.google.protobuf.MessageLite.Builder
public UserProtos.PreparedStatement.Builder clone()
clone
in interface com.google.protobuf.Message.Builder
clone
in interface com.google.protobuf.MessageLite.Builder
clone
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>
public UserProtos.PreparedStatement.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
setField
in interface com.google.protobuf.Message.Builder
setField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>
public UserProtos.PreparedStatement.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
clearField
in interface com.google.protobuf.Message.Builder
clearField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>
public UserProtos.PreparedStatement.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
clearOneof
in interface com.google.protobuf.Message.Builder
clearOneof
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>
public UserProtos.PreparedStatement.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface com.google.protobuf.Message.Builder
setRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>
public UserProtos.PreparedStatement.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface com.google.protobuf.Message.Builder
addRepeatedField
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>
public UserProtos.PreparedStatement.Builder mergeFrom(com.google.protobuf.Message other)
mergeFrom
in interface com.google.protobuf.Message.Builder
mergeFrom
in class com.google.protobuf.AbstractMessage.Builder<UserProtos.PreparedStatement.Builder>
public UserProtos.PreparedStatement.Builder mergeFrom(UserProtos.PreparedStatement other)
public final boolean isInitialized()
isInitialized
in interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>
public UserProtos.PreparedStatement.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<UserProtos.PreparedStatement.Builder>
IOException
public List<UserProtos.ResultColumnMetadata> getColumnsList()
repeated .exec.user.ResultColumnMetadata columns = 1;
getColumnsList
in interface UserProtos.PreparedStatementOrBuilder
public int getColumnsCount()
repeated .exec.user.ResultColumnMetadata columns = 1;
getColumnsCount
in interface UserProtos.PreparedStatementOrBuilder
public UserProtos.ResultColumnMetadata getColumns(int index)
repeated .exec.user.ResultColumnMetadata columns = 1;
getColumns
in interface UserProtos.PreparedStatementOrBuilder
public UserProtos.PreparedStatement.Builder setColumns(int index, UserProtos.ResultColumnMetadata value)
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.PreparedStatement.Builder setColumns(int index, UserProtos.ResultColumnMetadata.Builder builderForValue)
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.PreparedStatement.Builder addColumns(UserProtos.ResultColumnMetadata value)
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.PreparedStatement.Builder addColumns(int index, UserProtos.ResultColumnMetadata value)
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.PreparedStatement.Builder addColumns(UserProtos.ResultColumnMetadata.Builder builderForValue)
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.PreparedStatement.Builder addColumns(int index, UserProtos.ResultColumnMetadata.Builder builderForValue)
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.PreparedStatement.Builder addAllColumns(Iterable<? extends UserProtos.ResultColumnMetadata> values)
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.PreparedStatement.Builder clearColumns()
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.PreparedStatement.Builder removeColumns(int index)
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.ResultColumnMetadata.Builder getColumnsBuilder(int index)
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.ResultColumnMetadataOrBuilder getColumnsOrBuilder(int index)
repeated .exec.user.ResultColumnMetadata columns = 1;
getColumnsOrBuilder
in interface UserProtos.PreparedStatementOrBuilder
public List<? extends UserProtos.ResultColumnMetadataOrBuilder> getColumnsOrBuilderList()
repeated .exec.user.ResultColumnMetadata columns = 1;
getColumnsOrBuilderList
in interface UserProtos.PreparedStatementOrBuilder
public UserProtos.ResultColumnMetadata.Builder addColumnsBuilder()
repeated .exec.user.ResultColumnMetadata columns = 1;
public UserProtos.ResultColumnMetadata.Builder addColumnsBuilder(int index)
repeated .exec.user.ResultColumnMetadata columns = 1;
public List<UserProtos.ResultColumnMetadata.Builder> getColumnsBuilderList()
repeated .exec.user.ResultColumnMetadata columns = 1;
public boolean hasServerHandle()
In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
hasServerHandle
in interface UserProtos.PreparedStatementOrBuilder
public UserProtos.PreparedStatementHandle getServerHandle()
In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
getServerHandle
in interface UserProtos.PreparedStatementOrBuilder
public UserProtos.PreparedStatement.Builder setServerHandle(UserProtos.PreparedStatementHandle value)
In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
public UserProtos.PreparedStatement.Builder setServerHandle(UserProtos.PreparedStatementHandle.Builder builderForValue)
In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
public UserProtos.PreparedStatement.Builder mergeServerHandle(UserProtos.PreparedStatementHandle value)
In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
public UserProtos.PreparedStatement.Builder clearServerHandle()
In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
public UserProtos.PreparedStatementHandle.Builder getServerHandleBuilder()
In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
public UserProtos.PreparedStatementHandleOrBuilder getServerHandleOrBuilder()
In order to execute the prepared statement, clients need to submit this object in RunQuery message.
optional .exec.user.PreparedStatementHandle server_handle = 2;
getServerHandleOrBuilder
in interface UserProtos.PreparedStatementOrBuilder
public final UserProtos.PreparedStatement.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields
in interface com.google.protobuf.Message.Builder
setUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>
public final UserProtos.PreparedStatement.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
mergeUnknownFields
in interface com.google.protobuf.Message.Builder
mergeUnknownFields
in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>
Copyright © 1970 The Apache Software Foundation. All rights reserved.