AzerothCore 3.3.5a
OpenSource WoW Emulator
|
#include "SQLOperation.h"
Public Member Functions | |
SQLOperation ()=default | |
virtual | ~SQLOperation ()=default |
virtual int | call () |
virtual bool | Execute ()=0 |
virtual void | SetConnection (MySQLConnection *con) |
Public Attributes | |
MySQLConnection * | m_conn {nullptr} |
Private Member Functions | |
SQLOperation (SQLOperation const &right)=delete | |
SQLOperation & | operator= (SQLOperation const &right)=delete |
|
default |
|
virtualdefault |
|
privatedelete |
|
inlinevirtual |
Referenced by DatabaseWorker::WorkerThread().
|
pure virtual |
Implemented in BasicStatementTask, PingOperation, PreparedStatementTask, SQLQueryHolderTask, TransactionTask, and TransactionWithResultTask.
|
privatedelete |
|
inlinevirtual |
Referenced by DatabaseWorker::WorkerThread().
MySQLConnection* SQLOperation::m_conn {nullptr} |