ICP
1
|
Go to the source code of this file.
Classes | |
class | DBLock |
Macros | |
#define | SQLITE_CHECK_RC(__rc) |
Variables | |
static const int | db_schema_version = 43 |
update when you change database schema More... | |
Poco::SingletonHolder < SQLITESessionPool > | sqlite_session_pool |
#define SQLITE_CHECK_RC | ( | __rc | ) |
Definition at line 85 of file ISISDB.cpp.
Referenced by ISISDB::ISISDB().
|
static |
update when you change database schema
Definition at line 8 of file ISISDB.cpp.
Referenced by ISISDB::ISISDB(), and ISISDB::version().
Poco::SingletonHolder<SQLITESessionPool> sqlite_session_pool |
Definition at line 357 of file ISISDB.cpp.
Referenced by se_exec_sql(), se_get_block_details(), and se_get_values().