| Package | Description |
|---|---|
| io.vertx.sqlclient |
| Modifier and Type | Method and Description |
|---|---|
static TransactionPropagation |
TransactionPropagation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionPropagation[] |
TransactionPropagation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default <T> Future<T> |
Pool.withTransaction(TransactionPropagation txPropagation,
Function<SqlConnection,Future<T>> function)
Like
Pool.withTransaction(Function, Handler) but allows for setting the mode, defining how the acquired
connection is managed during the execution of the function. |
Copyright © 2023 Eclipse. All rights reserved.