|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <Transaction.h>
Public Member Functions | |
| TransactionTask (SQLTransaction trans) | |
| ~TransactionTask () | |
| Public Member Functions inherited from SQLOperation | |
| virtual int | call () |
| virtual void | SetConnection (MySQLConnection *con) |
| SQLOperation () | |
| virtual | ~SQLOperation () |
Protected Member Functions | |
| bool | Execute () |
Protected Attributes | |
| SQLTransaction | m_trans |
Friends | |
| class | DatabaseWorker |
| template<class T> | |
| class | DatabaseWorkerPool |
Additional Inherited Members | |
| Public Attributes inherited from SQLOperation | |
| MySQLConnection * | m_conn |
Low level class
Definition at line 45 of file Transaction.h.
|
inline |
Definition at line 51 of file Transaction.h.
References m_trans.
|
inline |
Definition at line 52 of file Transaction.h.
|
protectedvirtual |
Implements SQLOperation.
Definition at line 64 of file Transaction.cpp.
References SQLOperation::m_conn, and m_trans.
|
friend |
Definition at line 48 of file Transaction.h.
References DatabaseWorker.
Referenced by DatabaseWorker.
|
friend |
Definition at line 47 of file Transaction.h.
References DatabaseWorkerPool.
Referenced by DatabaseWorkerPool.
|
protected |
Definition at line 57 of file Transaction.h.
Referenced by Execute(), and TransactionTask().