![]() |
TrinityCore
|
Inheritance diagram for AccountInfoQueryHolderPerRealm:Public Types | |
| enum | { GLOBAL_ACCOUNT_DATA = 0 , TUTORIALS , MAX_QUERIES } |
Public Member Functions | |
| AccountInfoQueryHolderPerRealm () | |
| bool | Initialize (uint32 accountId, uint32) |
Public Member Functions inherited from SQLQueryHolder< T > | |
| bool | SetPreparedQuery (size_t index, PreparedStatement< T > *stmt) |
Public Member Functions inherited from SQLQueryHolderBase | |
| SQLQueryHolderBase ()=default | |
| virtual | ~SQLQueryHolderBase () |
| void | SetSize (size_t size) |
| PreparedQueryResult | GetPreparedResult (size_t index) const |
| void | SetPreparedResult (size_t index, PreparedResultSet *result) |
Additional Inherited Members | |
Protected Member Functions inherited from SQLQueryHolderBase | |
| bool | SetPreparedQueryImpl (size_t index, PreparedStatementBase *stmt) |
Definition at line 1215 of file WorldSession.cpp.
| anonymous enum |
| Enumerator | |
|---|---|
| GLOBAL_ACCOUNT_DATA | |
| TUTORIALS | |
| MAX_QUERIES | |
Definition at line 1218 of file WorldSession.cpp.
|
inline |