26 #ifndef __APISERVICEDB_H_INCL__
27 #define __APISERVICEDB_H_INCL__
69 std::string * apiLimitedKey,
uint32 * apiRole);
120 #endif //__APISERVICEDB_H_INCL__
bool GetAccountIdFromUsername(std::string username, std::string *accountID)
?
bool UpdateUserIdApiRole(uint32 userID, uint32 apiRole)
?
bool InsertNewUserIdApiKeyInfoToDatabase(uint32 accountID, std::string apiFullKey, std::string apiLimitedKey, uint32 apiRole)
?
bool GetAccountIdFromUserID(std::string userID, uint32 *accountID)
?
bool GetApiAccountInfoUsingUserID(std::string userID, std::string *apiFullKey, std::string *apiLimitedKey, uint32 *apiRole)
?
bool GetApiAccountInfoUsingAccountID(std::string accountID, uint32 *userID, std::string *apiFullKey, std::string *apiLimitedKey, uint32 *apiRole)
?
bool UpdateUserIdApiKeyDatabaseRow(uint32 userID, std::string apiFullKey, std::string apiLimitedKey)
?