| 程序包 | 说明 |
|---|---|
| com.alicloud.openservices.tablestore.core.protocol | |
| com.alicloud.openservices.tablestore.model.sql |
| 限定符和类型 | 方法和说明 |
|---|---|
static SQLStatementType |
OTSProtocolParser.parseSQLStatementType(OtsInternalApi.SQLStatementType sqlStatementType) |
| 限定符和类型 | 方法和说明 |
|---|---|
SQLStatementType |
SQLQueryResponse.getSQLStatementType()
Get the Statement type.
|
static SQLStatementType |
SQLStatementType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static SQLStatementType[] |
SQLStatementType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static SQLResultSet |
SQLFactory.getSQLResultSet(SQLPayloadVersion version,
SQLStatementType type,
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString rows) |
| 构造器和说明 |
|---|
SQLQueryResponse(Response meta,
Map<String,ConsumedCapacity> consumedCapacityByTable,
SQLPayloadVersion version,
SQLStatementType type,
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString rows)
internal use
|
Copyright © 2025. All Rights Reserved.