![]() |
TrinityCore
|
#include <PreparedStatement.h>
Inheritance diagram for PreparedStatementTask:Public Member Functions | |
| PreparedStatementTask (PreparedStatementBase *stmt, bool async=false) | |
| ~PreparedStatementTask () | |
| bool | Execute () override |
| PreparedQueryResultFuture | GetFuture () |
Public Member Functions inherited from SQLOperation | |
| SQLOperation () | |
| virtual | ~SQLOperation () |
| virtual int | call () |
| virtual void | SetConnection (MySQLConnection *con) |
Protected Attributes | |
| PreparedStatementBase * | m_stmt |
| bool | m_has_result |
| PreparedQueryResultPromise * | m_result |
Additional Inherited Members | |
Public Attributes inherited from SQLOperation | |
| MySQLConnection * | m_conn |
Definition at line 119 of file PreparedStatement.h.
| PreparedStatementTask::PreparedStatementTask | ( | PreparedStatementBase * | stmt, |
| bool | async = false |
||
| ) |
Definition at line 130 of file PreparedStatement.cpp.
| PreparedStatementTask::~PreparedStatementTask | ( | ) |
Definition at line 138 of file PreparedStatement.cpp.
|
overridevirtual |
Implements SQLOperation.
Definition at line 145 of file PreparedStatement.cpp.
Here is the call graph for this function:
|
inline |
|
protected |
Definition at line 130 of file PreparedStatement.h.
|
protected |
Definition at line 131 of file PreparedStatement.h.
|
protected |
Definition at line 129 of file PreparedStatement.h.