Example usage for Java io.vertx.sqlclient Pool fields, constructors, methods, implement or subclass
The text is from its open source code.
void | begin(Handler Borrow a connection from the pool and begin a transaction, the underlying connection will be returned to the pool when the transaction ends. |
void | close() Close the pool and release the associated resources. |
void | getConnection(Handler Get a connection from the pool. |
Pool | query(String sql, Handler |