|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <DatabaseWorkerPool.h>
Private Member Functions | |
| bool | Execute () |
| Operation for idle delaythreads. | |
Additional Inherited Members | |
| Public Member Functions inherited from SQLOperation | |
| virtual int | call () |
| virtual void | SetConnection (MySQLConnection *con) |
| SQLOperation () | |
| virtual | ~SQLOperation () |
| Public Attributes inherited from SQLOperation | |
| MySQLConnection * | m_conn |
Definition at line 24 of file DatabaseWorkerPool.h.
|
inlineprivatevirtual |
Operation for idle delaythreads.
Implements SQLOperation.
Definition at line 27 of file DatabaseWorkerPool.h.
References SQLOperation::m_conn.