EvEmu  0.8.4
11 September 2021
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
PosMgrDB Member List

This is the complete list of members for PosMgrDB, including all inherited members.

CreateNewAccount(const char *login, const char *pass, const char *passHash, int64 role)ServiceDBprotectedstatic
DeleteData(uint32 itemID)PosMgrDB
GetAccountInformation(CryptoChallengePacket &ccp, AccountData &aData, std::string &failMsg)ServiceDBstatic
GetAllianceJumpArrays(uint32 allyID, DBQueryResult &res)PosMgrDBstatic
GetBaseData(EVEPOS::StructureData &data)PosMgrDB
GetBridgeData(EVEPOS::JumpBridgeData &data)PosMgrDB
GetConstant(const char *name, uint32 &into)ServiceDBstatic
GetControlTowerFuelRequirements(DBQueryResult &res)PosMgrDB
GetCorpControlTowers(uint32 corpID)PosMgrDB
GetCorpHangarNames(uint32 corpID, std::map< uint8, std::string > &hangarNames)ServiceDBstatic
GetCorpJumpArrays(uint32 corpID, DBQueryResult &res)PosMgrDBstatic
GetCustomsData(EVEPOS::CustomsData &cData, EVEPOS::OrbitalData &oData)PosMgrDB
GetLinkableJumpArrays(uint32 corpID, DBQueryResult &res)PosMgrDBstatic
GetReactorData(ReactorData *pData, EVEPOS::StructureData &sData)PosMgrDB
GetSiloCapacityForType(uint16 typeID)PosMgrDB
GetStationOwner(uint32 stationID)ServiceDB
GetTowerData(EVEPOS::TowerData &tData, EVEPOS::StructureData &sData)PosMgrDB
IncrementLoginCount(uint32 accountID)ServiceDBstatic
InstallBridgeLink(uint32 itemID, uint32 toSystemID, uint32 toItemID)PosMgrDB
LookupChars(const char *match, bool exact=false)ServiceDBstatic
LookupCorporations(const std::string &)ServiceDBstatic
LookupCorporationTickers(const std::string &)ServiceDBstatic
LookupFactions(const std::string &)ServiceDBstatic
LookupKnownLocationsByGroup(const std::string &, uint32)ServiceDBstatic
LookupOwners(const char *match, bool exact=false)ServiceDBstatic
LookupStations(const std::string &)ServiceDBstatic
PrimeOwners(std::vector< int32 > &itemIDs)ServiceDBstatic
ProcessIntChange(const char *key, uint32 oldValue, uint32 newValue, PyDict *notif, std::vector< std::string > &dbQ)ServiceDBprotected
ProcessLongChange(const char *key, int64 oldValue, int64 newValue, PyDict *notif, std::vector< std::string > &dbQ)ServiceDBprotected
ProcessRealChange(const char *key, double oldValue, double newValue, PyDict *notif, std::vector< std::string > &dbQ)ServiceDBprotected
ProcessStringChange(const char *key, const std::string &oldValue, std::string newValue, PyDict *notif, std::vector< std::string > &dbQ)ServiceDBprotected
SaveBaseData(EVEPOS::StructureData &data)PosMgrDB
SaveBridgeData(EVEPOS::JumpBridgeData &data)PosMgrDB
SaveCustomsData(EVEPOS::CustomsData &cData, EVEPOS::OrbitalData &oData)PosMgrDB
SaveKillOrLoss(CharKillData &data)ServiceDBstatic
SaveReactorData(ReactorData *pData, EVEPOS::StructureData &sData)PosMgrDB
SaveServerStats(double threads, float rss, float vm, float user, float kernel, uint32 items, uint32 bubbles)ServiceDBstatic
SaveTowerData(EVEPOS::TowerData &tData, EVEPOS::StructureData &sData)PosMgrDB
SetAccountBanStatus(uint32 accountID, bool banned=false)ServiceDBstatic
SetAccountOnlineStatus(uint32 accountID, bool online=false)ServiceDBstatic
SetCharacterOnlineStatus(uint32 char_id, bool online=false)ServiceDBstatic
SetClientSeed()ServiceDBstatic
SetServerOnlineStatus(bool online=false)ServiceDBstatic
UninstallBridgeLink(uint32 itemID)PosMgrDB
UpdateAccess(int32 itemID, EVEPOS::TowerData &data)PosMgrDB
UpdateAccountHash(const char *username, std::string &hash)ServiceDBstatic
UpdateBaseData(EVEPOS::StructureData &data)PosMgrDB
UpdateBridgeData(EVEPOS::JumpBridgeData &data)PosMgrDB
UpdateCustomsData(EVEPOS::CustomsData &cData, EVEPOS::OrbitalData &oData)PosMgrDB
UpdateDeployFlags(int32 itemID, EVEPOS::TowerData &data)PosMgrDB
UpdateHarmonicAndPassword(int32 itemID, EVEPOS::TowerData &data)PosMgrDB
UpdateNotify(int32 itemID, EVEPOS::TowerData &data)PosMgrDB
UpdatePassword(int32 itemID, EVEPOS::TowerData &data)PosMgrDB
ServiceDB::UpdatePassword(uint32 accountID, const char *pass)ServiceDBstatic
UpdatePermission(int32 itemID, EVEPOS::TowerData &data)PosMgrDB
UpdateReactorData(ReactorData *pData, EVEPOS::StructureData &sData)PosMgrDB
UpdateSentry(int32 itemID, EVEPOS::TowerData &data)PosMgrDB
UpdateTimeStamp(int32 itemID, EVEPOS::StructureData &data)PosMgrDB
UpdateUsageFlags(int32 itemID, EVEPOS::StructureData &data)PosMgrDB
ValidateAccountName(CryptoChallengePacket &ccp, std::string &failMsg)ServiceDBstatic