| Package | Description |
|---|---|
| tech.ydb.table | |
| tech.ydb.table.impl | |
| tech.ydb.table.values |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Status> |
Session.executeBulkUpsert(String tablePath,
ListValue rows) |
CompletableFuture<Status> |
Session.executeBulkUpsert(String tablePath,
ListValue rows,
BulkUpsertSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Status> |
BaseSession.executeBulkUpsert(String tablePath,
ListValue rows,
BulkUpsertSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
default ListValue |
Value.asList() |
static ListValue |
ListValue.empty(Type type) |
ListValue |
ListType.emptyValue() |
ListValue |
ListType.newValue(List<Value<?>> items) |
ListValue |
ListType.newValueCopy(Value<?>[] items) |
ListValue |
ListType.newValueOwn(Value<?>... items) |
static ListValue |
ListValue.of(Value<?>... items) |
static ListValue |
ListValue.of(Value<?> item) |
static ListValue |
ListValue.of(Value<?> a,
Value<?> b) |
static ListValue |
ListValue.of(Value<?> a,
Value<?> b,
Value<?> c) |
static ListValue |
ListValue.of(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d) |
static ListValue |
ListValue.of(Value<?> a,
Value<?> b,
Value<?> c,
Value<?> d,
Value<?> e) |
Copyright © 2023. All rights reserved.