Header file for SQLite wrapper objects. More...
#include "sqlite3.h"#include "CCTChar.h"#include <map>#include <vector>#include <set>#include <debug.h>

Go to the source code of this file.
Classes | |
| class | SQLite::RefObj |
| Base class for self-deleting objects (when no more references are kept). More... | |
| class | SQLite::Record |
| Wrapper class for referenced records. More... | |
| class | SQLite::Recordset |
| Wrapper class for referenced record sets. More... | |
| class | SQLite::Statement |
| Wrapper class for actual SQLite statement objects. More... | |
| class | SQLite::Transaction |
| Wrapper class for actual transactions. More... | |
| class | SQLite::DB |
| Wrapper class for the actual SQLite DB object. More... | |
Typedefs | |
| typedef std::vector< std::tstring > | STRARRAY |
| Definition of array of strings. | |
|
typedef std::map< std::tstring, int > | STR2INT |
| Map of strings to integers. | |
Header file for SQLite wrapper objects.
Definition in file SQLiteDB.h.
1.6.1