| Methods Summary | |
|---|---|
| Statement |
getStatement() Gets a statement for this connection |
| bit |
valid() tests if the connect in on |
| int |
close() close the connection |
| void |
dump() print out debuging information |
| bit |
requestCancel() Request to abandon processing of the current command. |
| String |
dbName() get db name |
| String |
user() get user name |
| String |
host() get host name |
| String |
port() get port |
| String |
tty() get tty |
| String |
options() get options |
| SQLStatus |
status() Gets the current status of this connection |
| int |
subStatus() Gets the implementation specific status. |
| String |
errorMessage() Get this connection last error message |
| String |
subErrorMessage() Gets this connect implementation specific error message it's up to the implementatro to denit this messages |