Package | Description |
---|---|
io.vertx.ext.sql | |
io.vertx.rxjava.ext.sql |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
SQLConnection |
SQLConnection.setTransactionIsolation(TransactionIsolation isolation,
Handler<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(Handler<AsyncResult<TransactionIsolation>> handler)
Attempts to return the transaction isolation level for this Connection object to the one given.
|
Modifier and Type | Method and Description |
---|---|
Observable<TransactionIsolation> |
SQLConnection.getTransactionIsolationObservable()
Attempts to return the transaction isolation level for this Connection object to the one given.
|
Modifier and Type | Method and Description |
---|---|
SQLConnection |
SQLConnection.setTransactionIsolation(TransactionIsolation isolation,
Handler<AsyncResult<Void>> handler)
Attempts to change the transaction isolation level for this Connection object to the one given.
|
Observable<Void> |
SQLConnection.setTransactionIsolationObservable(TransactionIsolation isolation)
Attempts to change the transaction isolation level for this Connection object to the one given.
|
Modifier and Type | Method and Description |
---|---|
SQLConnection |
SQLConnection.getTransactionIsolation(Handler<AsyncResult<TransactionIsolation>> handler)
Attempts to return the transaction isolation level for this Connection object to the one given.
|
Copyright © 2016. All rights reserved.