Example usage for Java io.vertx.sqlclient SqlConnection fields, constructors, methods, implement or subclass
The text is from its open source code.
Transaction | begin() Begin a transaction and returns a Transaction for controlling and tracking this transaction. |
void | close() Close the current connection after all the pending commands have been processed. |
SqlConnection | prepare(String sql, Handler Create a prepared query. |
SqlConnection | query(String sql, Handler |