Package | Description |
---|---|
io.vertx.rxjava.sqlclient |
Modifier and Type | Field and Description |
---|---|
static io.vertx.lang.rx.TypeArg<Transaction> |
Transaction.__TYPE_ARG |
Modifier and Type | Method and Description |
---|---|
static Transaction |
Transaction.newInstance(Transaction arg) |
Modifier and Type | Method and Description |
---|---|
Single<Transaction> |
SqlConnection.rxBegin()
Begin a transaction and returns a
Transaction for controlling and tracking
this transaction. |
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.