Evolution::DBWrapper Class Reference
List of all members.Detailed Description
Definition at line 35 of file dbwrapper.h.
Public Member Functions | |
| DBWrapper () | |
| ~DBWrapper () | |
| QString | lastError () const |
| bool | open (const QString &file, bool readOnly=false) |
| bool | save () |
| DBIterator | begin () |
| DBIterator | end () |
| bool | find (const QString &key, QString &value) |
| bool | add (const QString &key, const QString &val) |
| bool | remove (const QString &key) |
The documentation for this class was generated from the following files:

