![]() |
TrinityCore
|
#include <AdhocStatement.h>
Inheritance diagram for BasicStatementTask:Public Member Functions | |
| BasicStatementTask (char const *sql, bool async=false) | |
| ~BasicStatementTask () | |
| bool | Execute () override |
| QueryResultFuture | GetFuture () const |
Public Member Functions inherited from SQLOperation | |
| SQLOperation () | |
| virtual | ~SQLOperation () |
| virtual int | call () |
| virtual void | SetConnection (MySQLConnection *con) |
Private Attributes | |
| char const * | m_sql |
| bool | m_has_result |
| QueryResultPromise * | m_result |
Additional Inherited Members | |
Public Attributes inherited from SQLOperation | |
| MySQLConnection * | m_conn |
Raw, ad-hoc query.
Definition at line 26 of file AdhocStatement.h.
| BasicStatementTask::BasicStatementTask | ( | char const * | sql, |
| bool | async = false |
||
| ) |
Basic, ad-hoc queries.
Definition at line 26 of file AdhocStatement.cpp.
| BasicStatementTask::~BasicStatementTask | ( | ) |
Definition at line 35 of file AdhocStatement.cpp.
|
overridevirtual |
Implements SQLOperation.
Definition at line 42 of file AdhocStatement.cpp.
Here is the call graph for this function:
|
inline |
|
private |
Definition at line 37 of file AdhocStatement.h.
|
private |
Definition at line 38 of file AdhocStatement.h.
|
private |
Definition at line 36 of file AdhocStatement.h.