Java io.vertx.sqlclient Transaction fields, constructors, methods, implement or subclass

Example usage for Java io.vertx.sqlclient Transaction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for io.vertx.sqlclient Transaction.

The text is from its open source code.

Method

TransactionabortHandler(Handler handler)
Set an handler to be called when the transaction is aborted.
voidcommit(Handler> handler)
Like #commit with an handler to be notified when the transaction commit has completed
voidcommit()
Commit the current transaction.
Transactionquery(String sql, Handler>> handler)