|
Prüfungsamt-Projekt
1.0.0
|
| beginTransaction()=0 | SQLConnectionInterface | [pure virtual] |
| commitTransaction()=0 | SQLConnectionInterface | [pure virtual] |
| createCursor(const char *cursorName, const char *command)=0 | SQLConnectionInterface | [pure virtual] |
| deleteCursor(const char *cursorName)=0 | SQLConnectionInterface | [pure virtual] |
| execute(const char *command)=0 | SQLConnectionInterface | [pure virtual] |
| fetchCursor(const char *cursorName, const char *what="ALL")=0 | SQLConnectionInterface | [pure virtual] |
| getField(cardinal col)=0 | SQLConnectionInterface | [pure virtual] |
| getFields()=0 | SQLConnectionInterface | [pure virtual] |
| getMonitor() const =0 | SQLConnectionInterface | [pure virtual] |
| getTuples()=0 | SQLConnectionInterface | [pure virtual] |
| getValue(cardinal row, cardinal col)=0 | SQLConnectionInterface | [pure virtual] |
| optimize(const char *tableName)=0 | SQLConnectionInterface | [pure virtual] |
| rollbackTransaction()=0 | SQLConnectionInterface | [pure virtual] |
| setMonitor(SQLMonitorInterface *monitor)=0 | SQLConnectionInterface | [pure virtual] |