ICP
1
|
#include "sqlite3.h"
#include "Poco/SingletonHolder.h"
#include "Poco/Data/Common.h"
#include "Poco/Data/SessionPool.h"
#include "Poco/Data/SQLite/Connector.h"
#include "Poco/Data/MySQl/Connector.h"
#include "Poco/Data/RecordSet.h"
Go to the source code of this file.
Classes | |
class | ISISDB |
class | SQLITESessionPool |
Variables | |
static const char * | isisdb_per_session_sql = "" |
Poco::SingletonHolder < SQLITESessionPool > | sqlite_session_pool |
|
static |
Definition at line 6 of file ISISDB.h.
Referenced by SQLITESessionPool::customizeSession(), and ISISDB::ISISDB().
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().