| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model.sql |
| Modifier and Type | Method and Description |
|---|---|
static SQLPayloadVersion |
OTSProtocolParser.parseSQLPayloadVersion(OtsInternalApi.SQLPayloadVersion sqlPayloadVersion) |
| Modifier and Type | Method and Description |
|---|---|
static OtsInternalApi.SQLPayloadVersion |
OTSProtocolBuilder.buildSQLPayloadVersion(SQLPayloadVersion sqlPayloadVersion) |
| Modifier and Type | Method and Description |
|---|---|
SQLPayloadVersion |
SQLQueryRequest.getSqlPayloadVersion() |
static SQLPayloadVersion |
SQLPayloadVersion.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLPayloadVersion[] |
SQLPayloadVersion.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static SQLResultSet |
SQLFactory.getSQLResultSet(SQLPayloadVersion version,
SQLStatementType type,
com.google.protobuf.ByteString rows) |
static SQLRows |
SQLFactory.getSQLRows(SQLPayloadVersion version,
com.google.protobuf.ByteString rows) |
| Constructor and Description |
|---|
SQLQueryResponse(Response meta,
Map<String,ConsumedCapacity> consumedCapacityByTable,
SQLPayloadVersion version,
SQLStatementType type,
com.google.protobuf.ByteString rows)
internal use
|
SQLResultSetImpl(SQLPayloadVersion version,
com.google.protobuf.ByteString rows) |
Copyright © 2024. All Rights Reserved.