public class SQLQueryResponse extends Response
| 构造器和说明 |
|---|
SQLQueryResponse(Response meta,
Map<String,ConsumedCapacity> consumedCapacityByTable,
SQLPayloadVersion version,
SQLStatementType type,
com.aliyun.ots.thirdparty.com.google.protobuf.ByteString rows)
internal use
|
| 限定符和类型 | 方法和说明 |
|---|---|
Map<String,ConsumedCapacity> |
getConsumedCapacity()
Get the CapacityUnit consumed by this operation.
|
String |
getNextSearchToken() |
SQLResultSet |
getSQLResultSet()
Get the SQL data set.
|
SQLStatementType |
getSQLStatementType()
Get the Statement type.
|
void |
setNextSearchToken(String nextSearchToken) |
getRequestId, getTraceId, setRequestId, setTraceIdpublic SQLQueryResponse(Response meta, Map<String,ConsumedCapacity> consumedCapacityByTable, SQLPayloadVersion version, SQLStatementType type, com.aliyun.ots.thirdparty.com.google.protobuf.ByteString rows)
public Map<String,ConsumedCapacity> getConsumedCapacity()
public SQLStatementType getSQLStatementType()
public SQLResultSet getSQLResultSet()
SQLStatementType.SQL_CREATE_TABLE, SQLStatementType.SQL_DROP_TABLE, SQLStatementType.SQL_ALTER_TABLE return empty results.public String getNextSearchToken()
public void setNextSearchToken(String nextSearchToken)
Copyright © 2025. All Rights Reserved.