| Initializer |
SQLClient(SQLClient unknown) |
| Inherited Attributes |
Attributes inherited from: Objecthash, string |
| Methods | |
close | shared default void close()Close the client |
close | shared default void close(Anything(Throwable?) completionHandler)Close the client and release all resources. Call the handler when close is complete. Parameters:
|
getConnection | shared default SQLClient 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 |