public static interface OtsInternalApi.SQLQueryRequestOrBuilder
extends com.aliyun.ots.thirdparty.com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getQuery()
required string query = 1; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getQueryBytes()
required string query = 1; |
String |
getSearchToken()
optional string search_token = 5; |
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString |
getSearchTokenBytes()
optional string search_token = 5; |
long |
getSqlVersion()
optional int64 sql_version = 3; |
OtsInternalApi.SQLPayloadVersion |
getVersion()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 2; |
boolean |
hasQuery()
required string query = 1; |
boolean |
hasSearchToken()
optional string search_token = 5; |
boolean |
hasSqlVersion()
optional int64 sql_version = 3; |
boolean |
hasVersion()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasQuery()
required string query = 1;String getQuery()
required string query = 1;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getQueryBytes()
required string query = 1;boolean hasVersion()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 2;OtsInternalApi.SQLPayloadVersion getVersion()
optional .com.alicloud.openservices.tablestore.core.protocol.SQLPayloadVersion version = 2;boolean hasSqlVersion()
optional int64 sql_version = 3;long getSqlVersion()
optional int64 sql_version = 3;boolean hasSearchToken()
optional string search_token = 5;String getSearchToken()
optional string search_token = 5;com.aliyun.ots.thirdparty.com.google.protobuf.ByteString getSearchTokenBytes()
optional string search_token = 5;Copyright © 2025. All Rights Reserved.