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, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, newBuilderForField, onBuilt, onChanged, setUnknownFieldsProto3findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toStringaddAll, addAll, mergeFrom, newUninitializedMessageExceptionequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitpublic 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.Builderclear in interface com.google.protobuf.MessageLite.Builderclear in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.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<UserProtos.PreparedStatement.Builder>public UserProtos.PreparedStatement getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderpublic UserProtos.PreparedStatement build()
build in interface com.google.protobuf.Message.Builderbuild in interface com.google.protobuf.MessageLite.Builderpublic UserProtos.PreparedStatement buildPartial()
buildPartial in interface com.google.protobuf.Message.BuilderbuildPartial in interface com.google.protobuf.MessageLite.Builderpublic UserProtos.PreparedStatement.Builder clone()
clone in interface com.google.protobuf.Message.Builderclone in interface com.google.protobuf.MessageLite.Builderclone 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.BuildersetField 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.BuilderclearField 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.BuilderclearOneof 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.BuildersetRepeatedField 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.BuilderaddRepeatedField 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.BuildermergeFrom 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.MessageLiteOrBuilderisInitialized 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.BuildermergeFrom in interface com.google.protobuf.MessageLite.BuildermergeFrom in class com.google.protobuf.AbstractMessage.Builder<UserProtos.PreparedStatement.Builder>IOExceptionpublic List<UserProtos.ResultColumnMetadata> getColumnsList()
repeated .exec.user.ResultColumnMetadata columns = 1;getColumnsList in interface UserProtos.PreparedStatementOrBuilderpublic int getColumnsCount()
repeated .exec.user.ResultColumnMetadata columns = 1;getColumnsCount in interface UserProtos.PreparedStatementOrBuilderpublic UserProtos.ResultColumnMetadata getColumns(int index)
repeated .exec.user.ResultColumnMetadata columns = 1;getColumns in interface UserProtos.PreparedStatementOrBuilderpublic 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.PreparedStatementOrBuilderpublic List<? extends UserProtos.ResultColumnMetadataOrBuilder> getColumnsOrBuilderList()
repeated .exec.user.ResultColumnMetadata columns = 1;getColumnsOrBuilderList in interface UserProtos.PreparedStatementOrBuilderpublic 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.PreparedStatementOrBuilderpublic 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.PreparedStatementOrBuilderpublic 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.PreparedStatementOrBuilderpublic final UserProtos.PreparedStatement.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
setUnknownFields in interface com.google.protobuf.Message.BuildersetUnknownFields 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.BuildermergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<UserProtos.PreparedStatement.Builder>Copyright © 2021 The Apache Software Foundation. All rights reserved.