public class DataQueryResult extends Object
| Constructor and Description |
|---|
DataQueryResult(tech.ydb.proto.table.YdbTable.ExecuteQueryResult result) |
| Modifier and Type | Method and Description |
|---|---|
QueryStats |
getQueryStats() |
ResultSetReader |
getResultSet(int index) |
int |
getResultSetCount() |
int |
getRowCount(int index) |
String |
getTxId() |
boolean |
hasQueryStats() |
boolean |
isEmpty() |
boolean |
isTruncated(int index) |
public DataQueryResult(tech.ydb.proto.table.YdbTable.ExecuteQueryResult result)
public String getTxId()
public int getResultSetCount()
public ResultSetReader getResultSet(int index)
public boolean isTruncated(int index)
public int getRowCount(int index)
public boolean isEmpty()
public QueryStats getQueryStats()
public boolean hasQueryStats()
Copyright © 2023. All rights reserved.