| Package | Description | 
|---|---|
| io.vertx.reactivex.sqlclient | |
| io.vertx.rxjava.sqlclient | |
| io.vertx.sqlclient | 
| Modifier and Type | Method and Description | 
|---|---|
Transaction | 
Transaction.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Transaction | 
Transaction.newInstance(Transaction arg)  | 
| Constructor and Description | 
|---|
Transaction(Transaction delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Transaction | 
Transaction.getDelegate()  | 
| Modifier and Type | Method and Description | 
|---|---|
static Transaction | 
Transaction.newInstance(Transaction arg)  | 
| Constructor and Description | 
|---|
Transaction(Transaction delegate)  | 
| Modifier and Type | Method and Description | 
|---|---|
Transaction | 
Transaction.abortHandler(Handler<Void> handler)
Set an handler to be called when the transaction is aborted. 
 | 
Transaction | 
SqlConnection.begin()
Begin a transaction and returns a  
Transaction for controlling and tracking
 this transaction. | 
Transaction | 
Transaction.prepare(String sql,
       Handler<AsyncResult<PreparedStatement>> handler)
Create a prepared query. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
Pool.begin(Handler<AsyncResult<Transaction>> handler)
Borrow a connection from the pool and begin a transaction, the underlying connection will be returned
 to the pool when the transaction ends. 
 | 
Copyright © 2020 Eclipse. All rights reserved.