| Package | Description |
|---|---|
| tech.ydb.table | |
| tech.ydb.table.impl | |
| tech.ydb.table.transaction |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Result<Transaction>> |
Session.beginTransaction(Transaction.Mode transactionMode) |
CompletableFuture<Result<Transaction>> |
Session.beginTransaction(Transaction.Mode transactionMode,
BeginTxSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<Transaction>> |
BaseSession.beginTransaction(Transaction.Mode transactionMode,
BeginTxSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
static Transaction.Mode |
Transaction.Mode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Transaction.Mode[] |
Transaction.Mode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2023. All rights reserved.