Class: JDBCClient

vertx-jdbc-js/jdbc_client~ JDBCClient

new JDBCClient()

An asynchronous client interface for interacting with a JDBC compliant database
Source:

Methods

close()

Close the client
Source:

getConnection(handler) → {JDBCClient}

Returns a connection that can be used to perform SQL operations on. It's important to remember to close the connection when you are done, so it is returned to the pool.
Parameters:
Name Type Description
handler function the handler which is called when the JdbcConnection object is ready for use.
Source:
Returns:
Type
JDBCClient