![]() |
TrinityCore
|
#include <Transaction.h>
Public Member Functions | |
| Transaction () | |
| ~Transaction () | |
| void | Append (PreparedStatement *statement) |
| void | Append (const char *sql) |
| template<typename Format , typename... Args> | |
| void | PAppend (Format &&sql, Args &&...args) |
| size_t | GetSize () const |
Protected Member Functions | |
| void | Cleanup () |
Protected Attributes | |
| std::list< SQLElementData > | m_queries |
Private Attributes | |
| bool | _cleanedUp |
Friends | |
| class | TransactionTask |
| class | MySQLConnection |
| template<typename T > | |
| class | DatabaseWorkerPool |
Transactions, high level class.
|
inline |
|
inline |
| void Transaction::Append | ( | PreparedStatement * | statement | ) |
| void Transaction::Append | ( | const char * | sql | ) |
|
protected |
|
inline |
|
inline |
Here is the call graph for this function:
|
friend |
|
friend |
|
friend |
|
private |
|
protected |
1.8.8