Example usage for Java io.vertx.sqlclient Transaction fields, constructors, methods, implement or subclass
The text is from its open source code.
Transaction | abortHandler(Handler Set an handler to be called when the transaction is aborted. |
void | commit(Handler Like #commit with an handler to be notified when the transaction commit has completed |
void | commit() Commit the current transaction. |
Transaction | query(String sql, Handler |