EvEmu
0.8.4
11 September 2021
|
#include "APIAccountDB.h"
Public Member Functions | |
APIAccountDB () | |
bool | GetCharactersList (uint32 accountID, std::vector< std::string > &charIDList, std::vector< std::string > &charNameList, std::vector< std::string > &charCorpIDList, std::vector< std::string > &charCorpNameList) |
? More... | |
bool | GetAccountInfo (uint32 accountID, std::vector< std::string > &accountInfoList) |
? More... | |
Definition at line 31 of file APIAccountDB.h.
APIAccountDB::APIAccountDB | ( | ) |
Definition at line 30 of file APIAccountDB.cpp.
bool APIAccountDB::GetAccountInfo | ( | uint32 | accountID, |
std::vector< std::string > & | accountInfoList | ||
) |
?
?
[in] | ? | |
[in] | ? |
? |
Definition at line 69 of file APIAccountDB.cpp.
References DBQueryResult::GetRow(), DBResultRow::GetText(), sDatabase, and sLog.
Referenced by APIAccountManager::_AccountStatus().
bool APIAccountDB::GetCharactersList | ( | uint32 | accountID, |
std::vector< std::string > & | charIDList, | ||
std::vector< std::string > & | charNameList, | ||
std::vector< std::string > & | charCorpIDList, | ||
std::vector< std::string > & | charCorpNameList | ||
) |
?
?
[in] | ? | |
[in] | ? |
? |
Definition at line 34 of file APIAccountDB.cpp.
References DBQueryResult::GetRow(), DBResultRow::GetText(), sDatabase, and sLog.
Referenced by APIAccountManager::_Characters().