#include <connection_pool.h>
|
| enum | Mode { READ
, WRITE
, WRITE_BACKUP
, NUM_MODES
} |
| |
| typedef bool(* | FRead) (IDbConnection *, const ISqlData *, char *pError, int ErrorSize) |
| |
| typedef bool(* | FWrite) (IDbConnection *, const ISqlData *, Write, char *pError, int ErrorSize) |
| |
◆ FRead
◆ FWrite
◆ Mode
| Enumerator |
|---|
| READ | |
| WRITE | |
| WRITE_BACKUP | |
| NUM_MODES | |
◆ CDbConnectionPool()
| CDbConnectionPool::CDbConnectionPool |
( |
| ) |
|
◆ ~CDbConnectionPool()
| CDbConnectionPool::~CDbConnectionPool |
( |
| ) |
|
◆ ExecSqlFunc()
◆ Execute()
◆ ExecuteWrite()
◆ OnShutdown()
| void CDbConnectionPool::OnShutdown |
( |
| ) |
|
◆ operator=()
◆ Print()
◆ RegisterMysqlDatabase()
◆ RegisterSqliteDatabase()
| void CDbConnectionPool::RegisterSqliteDatabase |
( |
Mode |
DatabaseMode, |
|
|
const char |
FileName[64] |
|
) |
| |
◆ CBackup
◆ CWorker
◆ m_InsertIdx
| int CDbConnectionPool::m_InsertIdx = 0 |
|
private |
◆ m_pBackupThread
◆ m_pShared
| std::shared_ptr<CSharedData> CDbConnectionPool::m_pShared |
|
private |
◆ m_pWorkerThread
◆ m_Shutdown
The documentation for this class was generated from the following files: