![]() |
TrinityCore
|
Inheritance diagram for AccountInfoQueryHolder:Public Types | |
| enum | { GLOBAL_ACCOUNT_TOYS = 0 , BATTLE_PETS , BATTLE_PET_SLOTS , GLOBAL_ACCOUNT_HEIRLOOMS , GLOBAL_REALM_CHARACTER_COUNTS , MOUNTS , ITEM_APPEARANCES , ITEM_FAVORITE_APPEARANCES , TRANSMOG_ILLUSIONS , TRANSMOG_OUTFITS , WARBAND_SCENES , PLAYER_DATA_ELEMENTS_ACCOUNT , PLAYER_DATA_FLAGS_ACCOUNT , MAX_QUERIES } |
Public Member Functions | |
| AccountInfoQueryHolder () | |
| bool | Initialize (uint32 accountId, uint32 battlenetAccountId) |
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 1244 of file WorldSession.cpp.
| anonymous enum |
Definition at line 1247 of file WorldSession.cpp.
|
inline |