| Package | Description |
|---|---|
| tech.ydb.common.transaction | |
| tech.ydb.common.transaction.impl |
| Modifier and Type | Method and Description |
|---|---|
TxMode |
YdbTransaction.getTxMode()
Returns
TxMode with mode of the transaction |
static TxMode |
TxMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TxMode[] |
TxMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected TxMode |
YdbTransactionImpl.txMode |
| Modifier and Type | Method and Description |
|---|---|
TxMode |
YdbTransactionImpl.getTxMode() |
| Constructor and Description |
|---|
YdbTransactionImpl(TxMode txMode,
String txId) |
Copyright © 2024. All rights reserved.