| Package | Description | 
|---|---|
| io.vertx.ext.sql | |
| io.vertx.reactivex.ext.sql | |
| io.vertx.rxjava.ext.sql | 
| 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,
                       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 | 
|---|---|
Single<TransactionIsolation> | 
SQLConnection.rxGetTransactionIsolation()
Attempts to return the transaction isolation level for this Connection object to the one given. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Completable | 
SQLConnection.rxSetTransactionIsolation(TransactionIsolation isolation)
Attempts to change the transaction isolation level for this Connection object to the one given. 
 | 
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()
Deprecated. 
 
use  
SQLConnection.rxGetTransactionIsolation() instead | 
Single<TransactionIsolation> | 
SQLConnection.rxGetTransactionIsolation()
Attempts to return the transaction isolation level for this Connection object to the one given. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Single<Void> | 
SQLConnection.rxSetTransactionIsolation(TransactionIsolation isolation)
Attempts to change the transaction isolation level for this Connection object to the one given. 
 | 
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)
Deprecated. 
 
 | 
| 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 © 2020 Eclipse. All rights reserved.