Modifier and Type | Method and Description |
---|---|
static TransactionIsolation |
TransactionIsolation.from(int level) |
static TransactionIsolation |
TransactionIsolation.from(String level) |
TransactionIsolation |
SQLOptions.getTransactionIsolation() |
static TransactionIsolation |
TransactionIsolation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TransactionIsolation[] |
TransactionIsolation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SQLOptions |
SQLOptions.setTransactionIsolation(TransactionIsolation transactionIsolation) |
SQLConnection |
SQLConnection.setTransactionIsolation(TransactionIsolation isolation,
io.vertx.core.Handler<io.vertx.core.AsyncResult<Void>> handler)
Attempts to change the transaction isolation level for this Connection object to the one given.
|
Modifier and Type | Method and Description |
---|---|
SQLConnection |
SQLConnection.getTransactionIsolation(io.vertx.core.Handler<io.vertx.core.AsyncResult<TransactionIsolation>> handler)
Attempts to return the transaction isolation level for this Connection object to the one given.
|
Copyright © 2021 Eclipse. All rights reserved.