DDraceNetwork Docs
|
Public Member Functions | |
CWorker (std::shared_ptr< CDbConnectionPool::CSharedData > pShared, int DebugSql) | |
void | ProcessQueries () |
Static Public Member Functions | |
static void | Start (void *pUser) |
Private Member Functions | |
void | Print (IConsole *pConsole, CDbConnectionPool::Mode DatabaseMode) |
Private Attributes | |
bool | m_DebugSql |
std::vector< std::unique_ptr< IDbConnection > > | m_vpReadConnections |
std::unique_ptr< IDbConnection > | m_pWriteConnection |
std::unique_ptr< IDbConnection > | m_pWriteBackup |
std::shared_ptr< CDbConnectionPool::CSharedData > | m_pShared |
|
inline |
|
private |
void CWorker::ProcessQueries | ( | ) |
|
static |
|
private |
|
private |
|
private |
|
private |
|
private |