public static interface Requests.PrepareAndExecuteRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getConnectionId()
optional string connection_id = 1; |
com.google.protobuf.ByteString |
getConnectionIdBytes()
optional string connection_id = 1; |
int |
getFirstFrameMaxSize()
The maximum number of rows that will be returned in the
|
long |
getMaxRowCount()
Deprecated
|
long |
getMaxRowsTotal()
The maximum number of rows that will be allowed for this query
|
String |
getSql()
optional string sql = 2; |
com.google.protobuf.ByteString |
getSqlBytes()
optional string sql = 2; |
int |
getStatementId()
optional uint32 statement_id = 4; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getConnectionId()
optional string connection_id = 1;com.google.protobuf.ByteString getConnectionIdBytes()
optional string connection_id = 1;String getSql()
optional string sql = 2;com.google.protobuf.ByteString getSqlBytes()
optional string sql = 2;long getMaxRowCount()
Deprecated
optional uint64 max_row_count = 3;int getStatementId()
optional uint32 statement_id = 4;long getMaxRowsTotal()
The maximum number of rows that will be allowed for this query
optional int64 max_rows_total = 5;int getFirstFrameMaxSize()
The maximum number of rows that will be returned in the
optional int32 first_frame_max_size = 6;Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.