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