TrinityCore
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 , 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 1079 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 
MAX_QUERIES 

Definition at line 1082 of file WorldSession.cpp.

Constructor & Destructor Documentation

◆ AccountInfoQueryHolder()

AccountInfoQueryHolder::AccountInfoQueryHolder ( )
inline

Definition at line 1097 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 1099 of file WorldSession.cpp.

+ Here is the call graph for this function:

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