| Package | Description |
|---|---|
| tech.ydb.table | |
| tech.ydb.table.impl | |
| tech.ydb.table.query | |
| tech.ydb.table.result.impl |
| Modifier and Type | Method and Description |
|---|---|
GrpcReadStream<ResultSetReader> |
Session.executeScanQuery(String query,
Params params,
ExecuteScanQuerySettings settings) |
default GrpcReadStream<ResultSetReader> |
Session.readTable(String tablePath,
ReadTableSettings settings)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Status> |
Session.executeScanQuery(String query,
Params params,
ExecuteScanQuerySettings settings,
Consumer<ResultSetReader> fn)
Deprecated.
|
default CompletableFuture<Status> |
Session.readTable(String tablePath,
ReadTableSettings settings,
Consumer<ResultSetReader> fn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
GrpcReadStream<ResultSetReader> |
BaseSession.executeScanQuery(String query,
Params params,
ExecuteScanQuerySettings settings) |
| Modifier and Type | Method and Description |
|---|---|
ResultSetReader |
DataQueryResult.getResultSet(int index) |
ResultSetReader |
ReadTablePart.getResultSetReader() |
| Modifier and Type | Method and Description |
|---|---|
static ResultSetReader |
ProtoValueReaders.forResultSet(tech.ydb.proto.ValueProtos.ResultSet resultSet) |
static ResultSetReader |
ProtoValueReaders.forResultSets(Collection<ResultSetReader> resultSets) |
| Modifier and Type | Method and Description |
|---|---|
static ResultSetReader |
ProtoValueReaders.forResultSets(Collection<ResultSetReader> resultSets) |
Copyright © 2023. All rights reserved.