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

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

Introduction

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

The text is from its open source code.

Method

voidbegin(Handler> handler)
Borrow a connection from the pool and begin a transaction, the underlying connection will be returned to the pool when the transaction ends.
voidclose()
Close the pool and release the associated resources.
voidgetConnection(Handler> handler)
Get a connection from the pool.
Poolquery(String sql, Handler>> handler)