| Package | Description |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model.sql |
| Modifier and Type | Method and Description |
|---|---|
static SQLStatementType |
OTSProtocolParser.parseSQLStatementType(OtsInternalApi.SQLStatementType sqlStatementType) |
| Modifier and Type | Method and Description |
|---|---|
SQLStatementType |
SQLQueryResponse.getSQLStatementType()
获取 Statement 类型。
|
static SQLStatementType |
SQLStatementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SQLStatementType[] |
SQLStatementType.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) |
| Constructor and Description |
|---|
SQLQueryResponse(Response meta,
Map<String,ConsumedCapacity> consumedCapacityByTable,
SQLPayloadVersion version,
SQLStatementType type,
com.google.protobuf.ByteString rows)
internal use
|
Copyright © 2024. All Rights Reserved.