| Package | Description |
|---|---|
| tech.ydb.table | |
| tech.ydb.table.impl | |
| tech.ydb.table.query |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Result<DataQueryResult>> |
Session.executeDataQuery(String query,
TxControl<?> txControl,
Params params) |
CompletableFuture<Result<DataQueryResult>> |
Session.executeDataQuery(String query,
TxControl<?> txControl,
Params params,
ExecuteDataQuerySettings settings) |
GrpcReadStream<ResultSetReader> |
Session.executeScanQuery(String query,
Params params,
ExecuteScanQuerySettings settings) |
default CompletableFuture<Status> |
Session.executeScanQuery(String query,
Params params,
ExecuteScanQuerySettings settings,
Consumer<ResultSetReader> fn)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<DataQueryResult>> |
BaseSession.executeDataQuery(String query,
TxControl<?> txControl,
Params params,
ExecuteDataQuerySettings settings) |
GrpcReadStream<ResultSetReader> |
BaseSession.executeScanQuery(String query,
Params params,
ExecuteScanQuerySettings settings) |
| Modifier and Type | Method and Description |
|---|---|
static Params |
Params.copyOf(Map<String,Value<?>> values)
Returns a mutable implementation of
Params containing the same entries as given map. |
static Params |
Params.copyOf(Params params)
Returns a mutable implementation of
Params containing the same entries as given parameters. |
static Params |
Params.create()
Returns a modifiable implementation of
Params with no parameters. |
static Params |
Params.create(int expectedSize)
Returns a modifiable implementation of
Params with no parameters. |
static Params |
Params.empty()
Returns an immutable implementation of
Params with no parameters. |
Params |
DataQuery.newParams() |
static Params |
Params.of(String name,
Value<?> value)
Returns an immutable implementation of
Params with single parameter. |
static Params |
Params.of(String name1,
Value<?> value1,
String name2,
Value<?> value2)
Returns an immutable implementation of
Params with two parameters. |
static Params |
Params.of(String name1,
Value<?> value1,
String name2,
Value<?> value2,
String name3,
Value<?> value3)
Returns an immutable implementation of
Params with three parameters. |
static Params |
Params.of(String name1,
Value<?> value1,
String name2,
Value<?> value2,
String name3,
Value<?> value3,
String name4,
Value<?> value4)
Returns an immutable implementation of
Params with four parameters. |
static Params |
Params.of(String name1,
Value<?> value1,
String name2,
Value<?> value2,
String name3,
Value<?> value3,
String name4,
Value<?> value4,
String name5,
Value<?> value5)
Returns an immutable implementation of
Params with five parameters. |
static Params |
Params.of(String name1,
Value<?> value1,
String name2,
Value<?> value2,
String name3,
Value<?> value3,
String name4,
Value<?> value4,
String name5,
Value<?> value5,
String name6,
Value<?> value6)
Returns an immutable implementation of
Params with six parameters. |
static Params |
Params.of(String name1,
Value<?> value1,
String name2,
Value<?> value2,
String name3,
Value<?> value3,
String name4,
Value<?> value4,
String name5,
Value<?> value5,
String name6,
Value<?> value6,
String name7,
Value<?> value7)
Returns an immutable implementation of
Params with six parameters. |
static Params |
Params.of(String name1,
Value<?> value1,
String name2,
Value<?> value2,
String name3,
Value<?> value3,
String name4,
Value<?> value4,
String name5,
Value<?> value5,
String name6,
Value<?> value6,
String name7,
Value<?> value7,
String name8,
Value<?> value8)
Returns an immutable implementation of
Params with eight parameters. |
static Params |
Params.of(String name1,
Value<?> value1,
String name2,
Value<?> value2,
String name3,
Value<?> value3,
String name4,
Value<?> value4,
String name5,
Value<?> value5,
String name6,
Value<?> value6,
String name7,
Value<?> value7,
String name8,
Value<?> value8,
String name9,
Value<?> value9)
Returns an immutable implementation of
Params with nine parameters. |
<T extends Type> |
Params.put(String name,
Value<T> value)
Associates the specified value with the specified name in this params container.
|
| Modifier and Type | Method and Description |
|---|---|
static Params |
Params.copyOf(Params params)
Returns a mutable implementation of
Params containing the same entries as given parameters. |
default CompletableFuture<Result<DataQueryResult>> |
DataQuery.execute(TxControl<?> txControl,
Params params) |
CompletableFuture<Result<DataQueryResult>> |
DataQuery.execute(TxControl<?> txControl,
Params params,
ExecuteDataQuerySettings settings) |
Copyright © 2023. All rights reserved.