|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <QueryHolder.h>
Public Member Functions | |
| bool | Execute () |
| SQLQueryHolderTask (SQLQueryHolder *holder, QueryResultHolderFuture res) | |
| Public Member Functions inherited from SQLOperation | |
| virtual int | call () |
| virtual void | SetConnection (MySQLConnection *con) |
| SQLOperation () | |
| virtual | ~SQLOperation () |
Private Attributes | |
| SQLQueryHolder * | m_holder |
| QueryResultHolderFuture | m_result |
Additional Inherited Members | |
| Public Attributes inherited from SQLOperation | |
| MySQLConnection * | m_conn |
Definition at line 32 of file QueryHolder.h.
|
inline |
Definition at line 39 of file QueryHolder.h.
|
virtual |
we can do this, we are friends
execute all queries in the holder and pass the results
Implements SQLOperation.
Definition at line 159 of file QueryHolder.cpp.
References ASSERT, SQLOperation::m_conn, m_holder, m_result, SQL_ELEMENT_PREPARED, and SQL_ELEMENT_RAW.
|
private |
Definition at line 35 of file QueryHolder.h.
Referenced by Execute(), and SQLQueryHolderTask().
|
private |
Definition at line 36 of file QueryHolder.h.
Referenced by Execute(), and SQLQueryHolderTask().