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 |
---|---|
Future<Transaction> |
SqlConnection.begin()
Like
SqlConnection.begin(Handler) but returns a Future of the asynchronous result |
Modifier and Type | Method and Description |
---|---|
void |
SqlConnection.begin(Handler<AsyncResult<Transaction>> handler)
Begin a transaction and returns a
Transaction for controlling and tracking
this transaction. |
Copyright © 2021 Eclipse. All rights reserved.