Package | Description |
---|---|
io.vertx.sqlclient |
Modifier and Type | Method and Description |
---|---|
io.vertx.core.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(io.vertx.core.Handler<io.vertx.core.AsyncResult<Transaction>> handler)
Begin a transaction and returns a
Transaction for controlling and tracking
this transaction. |
Copyright © 2020 Eclipse. All rights reserved.