SQLiteUtil Member List
This is the complete list of members for
SQLiteUtil, including all inherited members.
| checkSQL(int res, const char *operation="SQLite call") | SQLiteUtil | [inline] |
| close() | SQLiteUtil | |
| findColumn(const char *database, const char *keyname, const char *key, const char *column, const char *def) | SQLiteUtil | |
| findKey(const char *database, const char *keyname, const char *key) | SQLiteUtil | |
| getMapping(int i) | SQLiteUtil | [inline] |
| getTextColumn(sqlite3_stmt *stmt, int col, const char *def="") | SQLiteUtil | |
| getTimeColumn(sqlite3_stmt *stmt, int col) | SQLiteUtil | |
| key_t typedef | SQLiteUtil | |
| open(const string &name, const string &fileid, const Mapping *mapping, const char *schema) | SQLiteUtil | |
| prepareSQL(const char *sqlfmt,...) | SQLiteUtil | |
| prepareSQLWrapper(const char *sql, const char **nextsql=NULL) | SQLiteUtil | |
| rowToVObject(sqlite3_stmt *stmt, vocl::VObject &vobj) | SQLiteUtil | |
| syncml_time_t typedef | SQLiteUtil | |
| throwError(const string &operation) | SQLiteUtil | |
| time2str(syncml_time_t t) | SQLiteUtil | [static] |
| toString(key_t key) | SQLiteUtil | [inline] |
| vObjectToRow(vocl::VObject &vobj, const string &tablename, int numparams, const string &cols, const string &values) | SQLiteUtil | |