An asynchronous client interface for interacting with a JDBC compliant database
Anything
Object
JDBCClient
Basic
Identifiable
Object
Anything
no subtypes hierarchy
Initializer |
JDBCClient(JDBCClient unknown) |
Inherited Attributes |
Attributes inherited from: Object hash , 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: Object equals |