public class DataQueryResult extends Object
| Constructor and Description |
|---|
DataQueryResult(String txId,
List<com.yandex.ydb.ValueProtos.ResultSet> resultSets) |
| Modifier and Type | Method and Description |
|---|---|
ResultSetReader |
getResultSet(int index) |
int |
getResultSetCount() |
int |
getRowCount(int index) |
String |
getTxId() |
boolean |
isEmpty() |
boolean |
isTruncated(int index) |
public String getTxId()
public int getResultSetCount()
public ResultSetReader getResultSet(int index)
public boolean isTruncated(int index)
public int getRowCount(int index)
public boolean isEmpty()
Copyright © 2021. All rights reserved.