|
Project SkyFire Core
SkyFire 5.4.8 server core API documentation
|
#include <SQLOperation.h>
Public Attributes | |
| const char * | query |
| PreparedStatement * | stmt |
Definition at line 15 of file SQLOperation.h.
| const char* SQLElementUnion::query |
Definition at line 18 of file SQLOperation.h.
Referenced by Transaction::Append(), Transaction::Cleanup(), and SQLQueryHolder::SetQuery().
| PreparedStatement* SQLElementUnion::stmt |
Definition at line 17 of file SQLOperation.h.
Referenced by Transaction::Append(), Transaction::Cleanup(), and SQLQueryHolder::SetPreparedQuery().