Object | +--DatabaseObject
| SUMMARY: Constructor | Properties | Methods | DETAIL: Constructor | Properties | Methods |
| Methods Summary | |
Number
|
executeCommand(<String> sqlString)
Used to implement INSERT, UPDATE, ddl statements and other non value returning statements. |
DatabaseObject.RowSet
|
executeRetrieval(<String> sqlString)
Used to implement SELECT and other value returning statements. |
Object
|
getLastError()
Return the last error which occured when connecting or executing a statement, undefined if none. |
void
|
getMetaData()
Return the meta data attached to the connection. |
| Method Detail |
Number executeCommand(<String> sqlString)
sqlString - as String
DatabaseObject.RowSet executeRetrieval(<String> sqlString)
sqlString - as String
Object getLastError()
void getMetaData()
| SUMMARY: Constructor | Properties | Methods | DETAIL: Constructor | Properties | Methods |