Uses of Interface
com.yandex.ydb.table.result.ResultSetReader
-
Packages that use ResultSetReader Package Description com.yandex.ydb.table com.yandex.ydb.table.query com.yandex.ydb.table.result.impl -
-
Uses of ResultSetReader in com.yandex.ydb.table
Method parameters in com.yandex.ydb.table with type arguments of type ResultSetReader Modifier and Type Method Description CompletableFuture<Status>Session. executeScanQuery(String query, Params params, ExecuteScanQuerySettings settings, Consumer<ResultSetReader> fn)CompletableFuture<Status>Session. readTable(String tablePath, ReadTableSettings settings, Consumer<ResultSetReader> fn) -
Uses of ResultSetReader in com.yandex.ydb.table.query
Methods in com.yandex.ydb.table.query that return ResultSetReader Modifier and Type Method Description ResultSetReaderDataQueryResult. getResultSet(int index) -
Uses of ResultSetReader in com.yandex.ydb.table.result.impl
Methods in com.yandex.ydb.table.result.impl that return ResultSetReader Modifier and Type Method Description static ResultSetReaderProtoValueReaders. forResultSet(com.yandex.ydb.ValueProtos.ResultSet resultSet)static ResultSetReaderProtoValueReaders. forResultSets(Collection<ResultSetReader> resultSets)Method parameters in com.yandex.ydb.table.result.impl with type arguments of type ResultSetReader Modifier and Type Method Description static ResultSetReaderProtoValueReaders. forResultSets(Collection<ResultSetReader> resultSets)
-