![]() |
TrinityCore
|
#include <Transaction.h>
Inheritance diagram for Transaction< T >:Public Member Functions | |
| void | Append (PreparedStatement< T > *statement) |
| void | Append (char const *sql) |
Public Member Functions inherited from TransactionBase | |
| TransactionBase () | |
| TransactionBase (TransactionBase const &)=delete | |
| TransactionBase (TransactionBase &&) noexcept=default | |
| TransactionBase & | operator= (TransactionBase const &)=delete |
| TransactionBase & | operator= (TransactionBase &&) noexcept=default |
| virtual | ~TransactionBase () |
| void | Append (char const *sql) |
| template<typename... Args> | |
| void | PAppend (Trinity::FormatString< Args... > sql, Args &&... args) |
| std::size_t | GetSize () const |
Additional Inherited Members | |
Protected Member Functions inherited from TransactionBase | |
| void | AppendPreparedStatement (PreparedStatementBase *statement) |
| void | Cleanup () |
Protected Attributes inherited from TransactionBase | |
| std::vector< TransactionData > | m_queries |
Definition at line 84 of file Transaction.h.
| void TransactionBase::Append | ( | char const * | sql | ) |
|
inline |