public static interface UserProtos.PreparedStatementOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
UserProtos.ResultColumnMetadata |
getColumns(int index)
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.PreparedStatementHandle |
getServerHandle()
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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<UserProtos.ResultColumnMetadata> getColumnsList()
repeated .exec.user.ResultColumnMetadata columns = 1;UserProtos.ResultColumnMetadata getColumns(int index)
repeated .exec.user.ResultColumnMetadata columns = 1;int getColumnsCount()
repeated .exec.user.ResultColumnMetadata columns = 1;List<? extends UserProtos.ResultColumnMetadataOrBuilder> getColumnsOrBuilderList()
repeated .exec.user.ResultColumnMetadata columns = 1;UserProtos.ResultColumnMetadataOrBuilder getColumnsOrBuilder(int index)
repeated .exec.user.ResultColumnMetadata columns = 1;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;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;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;Copyright © 2021 The Apache Software Foundation. All rights reserved.