|
Prüfungsamt-Projekt
1.0.0
|
| beginTransaction() | SQLConnection | [virtual] |
| commitTransaction() | SQLConnection | [virtual] |
| createCursor(const char *cursorName, const char *command) | SQLConnection | [virtual] |
| Database | SQLConnection | [private] |
| deleteCursor(const char *cursorName) | SQLConnection | [virtual] |
| execute(const char *command) | SQLConnection | [virtual] |
| executeCommandOk(const char *command) | SQLConnection | [private] |
| executeTuplesOk(const char *command) | SQLConnection | [private] |
| fetchCursor(const char *cursorName, const char *what) | SQLConnection | [virtual] |
| getField(cardinal col) | SQLConnection | [virtual] |
| getFields() | SQLConnection | [virtual] |
| getMonitor() const | SQLConnection | [virtual] |
| getTuples() | SQLConnection | [virtual] |
| getValue(cardinal row, cardinal col) | SQLConnection | [virtual] |
| Monitor | SQLConnection | [private] |
| optimize(const char *tableName) | SQLConnection | [virtual] |
| rollbackTransaction() | SQLConnection | [virtual] |
| setMonitor(SQLMonitorInterface *monitor) | SQLConnection | [virtual] |
| SQLConnection(PgDatabase *database, SQLMonitorInterface *monitor=NULL) | SQLConnection | |
| Transaction | SQLConnection | [private] |