#include <sqlite3.h>#include "EvolutionSmartPtr.h"#include <string>


Go to the source code of this file.
Classes | |
| class | SQLiteUnref |
| class | SQLiteUtil |
| struct | SQLiteUtil::Mapping |
Namespaces | |
| namespace | vocl |
Defines | |
| #define | SQLITE3_COLUMN_KEY sqlite3_column_int64 |
Typedefs | |
| typedef eptr< sqlite3_stmt, sqlite3_stmt, SQLiteUnref > | sqliteptr |
| #define SQLITE3_COLUMN_KEY sqlite3_column_int64 |
| typedef eptr<sqlite3_stmt, sqlite3_stmt, SQLiteUnref> sqliteptr |
Definition at line 40 of file SQLiteUtil.h.
1.5.7.1