Package com.yandex.ydb.table.query
Class DataQueryResult
- java.lang.Object
-
- com.yandex.ydb.table.query.DataQueryResult
-
public class DataQueryResult extends Object
- Author:
- Sergey Polovko
-
-
Constructor Summary
Constructors Constructor Description DataQueryResult(String txId, List<com.yandex.ydb.ValueProtos.ResultSet> resultSets)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResultSetReadergetResultSet(int index)intgetResultSetCount()intgetRowCount(int index)StringgetTxId()booleanisEmpty()booleanisTruncated(int index)
-
-
-
Method Detail
-
getTxId
public String getTxId()
-
getResultSetCount
public int getResultSetCount()
-
getResultSet
public ResultSetReader getResultSet(int index)
-
isTruncated
public boolean isTruncated(int index)
-
getRowCount
public int getRowCount(int index)
-
isEmpty
public boolean isEmpty()
-
-