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

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

Introduction

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

The text is from its open source code.

Method

Transactionbegin()
Begin a transaction and returns a Transaction for controlling and tracking this transaction.
voidclose()
Close the current connection after all the pending commands have been processed.
SqlConnectionprepare(String sql, Handler> handler)
Create a prepared query.
SqlConnectionquery(String sql, Handler>> handler)