An asynchronous client interface for interacting with a JDBC compliant database
AnythingObjectJDBCClientBasicIdentifiableObjectAnythingno subtypes hierarchy
| Initializer |
JDBCClient(JDBCClient unknown) |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |
| Methods | |
close | shared default void close()Close the client |
getConnection | shared default JDBCClient getConnection(Anything(Throwable|SQLConnection) handler)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:
|
| Inherited Methods |
Methods inherited from: Objectequals |