TrinityCore
|
#include <DatabaseWorkerPool.h>
Private Member Functions | |
bool | Execute () override |
Operation for idle delaythreads. More... | |
Additional Inherited Members | |
Public Member Functions inherited from SQLOperation | |
SQLOperation () | |
virtual | ~SQLOperation () |
virtual int | call () |
virtual void | SetConnection (MySQLConnection *con) |
Public Attributes inherited from SQLOperation | |
MySQLConnection * | m_conn |
|
inlineoverrideprivatevirtual |