| Constructor Summary | |
|---|---|
|
(char fileName) Opens or creates a database |
|
|
(String fileName) |
|
| Methods Summary | |
|---|---|
| ~this |
() |
| int |
close() Closes the database if it is open. |
| bit |
valid() |
| Statement |
getStatement() |
| void |
dump() |
| 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 |
| void |
printTable(char tableName, int maxRows) |
| void |
printTable(String tableName, int maxRows) |
| void |
printTable1(char tableName, int maxRows) |
| void |
printTable1(String tableName, int maxRows) |