public class SQLQueryResponse extends Response
构造器和说明 |
---|
SQLQueryResponse(Response meta,
Map<String,ConsumedCapacity> consumedCapacityByTable)
internal use
|
限定符和类型 | 方法和说明 |
---|---|
Map<String,ConsumedCapacity> |
getConsumedCapacity()
获取此次操作消耗的CapacityUnit。
|
List<Row> |
getRows()
获取本次查询返回的所有行。
|
void |
setRows(List<Row> rows)
internal use
|
getRequestId, getTraceId, setRequestId, setTraceId
public SQLQueryResponse(Response meta, Map<String,ConsumedCapacity> consumedCapacityByTable)
Copyright © 2021. All Rights Reserved.