TrinityCore
Loading...
Searching...
No Matches
AccountInfoQueryHolder Class Reference
+ 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)
 

Detailed Description

Definition at line 1244 of file WorldSession.cpp.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
GLOBAL_ACCOUNT_TOYS 
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 

Definition at line 1247 of file WorldSession.cpp.

Constructor & Destructor Documentation

◆ AccountInfoQueryHolder()

AccountInfoQueryHolder::AccountInfoQueryHolder ( )
inline

Definition at line 1266 of file WorldSession.cpp.

+ Here is the call graph for this function:

Member Function Documentation

◆ Initialize()

bool AccountInfoQueryHolder::Initialize ( uint32  accountId,
uint32  battlenetAccountId 
)
inline

Definition at line 1268 of file WorldSession.cpp.

+ Here is the call graph for this function:

The documentation for this class was generated from the following file: