| Package | Description |
|---|---|
| tech.ydb.table | |
| tech.ydb.table.impl |
| Modifier and Type | Method and Description |
|---|---|
TableTransaction |
Session.createNewTransaction(TxMode txMode)
Create a new not active
TableTransaction. |
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<Result<TableTransaction>> |
Session.beginTransaction(TxMode txMode)
Create and start a new active
TableTransaction. |
CompletableFuture<Result<TableTransaction>> |
Session.beginTransaction(TxMode txMode,
BeginTxSettings settings)
Create and start a new active
TableTransaction. |
| Modifier and Type | Method and Description |
|---|---|
TableTransaction |
BaseSession.createNewTransaction(TxMode txMode) |
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<Result<TableTransaction>> |
BaseSession.beginTransaction(TxMode txMode,
BeginTxSettings settings) |
Copyright © 2025. All rights reserved.