EvEmu
0.8.4
11 September 2021
|
This is the complete list of members for FactoryDB, including all inherited members.
AssemblyLinesGet(const uint32 containerID) | FactoryDB | static |
AssemblyLinesSelectAlliance(const int32 allianceID) | FactoryDB | static |
AssemblyLinesSelectCorporation(const uint32 corporationID) | FactoryDB | static |
AssemblyLinesSelectPersonal(const uint32 charID) | FactoryDB | static |
AssemblyLinesSelectPrivate(const uint32 charID) | FactoryDB | static |
AssemblyLinesSelectPublic(const uint32 regionID) | FactoryDB | static |
CompleteJob(const uint32 jobID, const int8 completedStatus) | FactoryDB | static |
CountManufacturingJobs(const uint32 installerID) | FactoryDB | static |
CountResearchJobs(const uint32 installerID) | FactoryDB | static |
CreateNewAccount(const char *login, const char *pass, const char *passHash, int64 role) | ServiceDB | protectedstatic |
DeleteBlueprint(uint32 blueprintID) | FactoryDB | static |
GetAccountInformation(CryptoChallengePacket &ccp, AccountData &aData, std::string &failMsg) | ServiceDB | static |
GetAssemblyLineProperties(const uint32 assemblyLineID, Character *pChar, Rsp_InstallJob &into, bool isCorpJob=false) | FactoryDB | static |
GetAssemblyLineRestrictions(const int32 assemblyLineID, EvERam::LineRestrictions &data) | FactoryDB | static |
GetBlueprint(uint32 blueprintID, EvERam::bpData &into) | FactoryDB | static |
GetBlueprintType(DBQueryResult &res) | FactoryDB | static |
GetCommodities(DBQueryResult &res) | FactoryDB | static |
GetComponents(DBQueryResult &res) | FactoryDB | static |
GetCompounds(DBQueryResult &res) | FactoryDB | static |
GetConstant(const char *name, uint32 &into) | ServiceDB | static |
GetCorpHangarNames(uint32 corpID, std::map< uint8, std::string > &hangarNames) | ServiceDB | static |
GetJobProperties(const uint32 jobID, EvERam::JobProperties &data) | FactoryDB | static |
GetJobs2(const int32 ownerID, const bool completed) | FactoryDB | static |
GetMaterialCompositionOfItemType(const uint32 typeID) | FactoryDB | static |
GetMinerals(DBQueryResult &res) | FactoryDB | static |
GetMiscCommodities(DBQueryResult &res) | FactoryDB | static |
GetMultipliers(const uint32 assemblyLineID, const ItemType *pType, Rsp_InstallJob &into) | FactoryDB | static |
GetNextFreeTime(const uint32 assemblyLineID) | FactoryDB | static |
GetRAMMaterials(DBQueryResult &res) | FactoryDB | static |
GetRAMRequirements(DBQueryResult &res) | FactoryDB | static |
GetResources(DBQueryResult &res) | FactoryDB | static |
GetSalvage(DBQueryResult &res) | FactoryDB | static |
GetStationOwner(uint32 stationID) | ServiceDB | |
GetTech2Blueprint(const uint32 blueprintTypeID) | FactoryDB | static |
IncrementLoginCount(uint32 accountID) | ServiceDB | static |
InstallJob(const uint32 ownerID, const uint32 installerID, Call_InstallJob &args, const int64 beginTime, const int64 endTime, const uint32 systemID) | FactoryDB | static |
IsProducableBy(const uint32 assemblyLineID, const ItemType *pType) | FactoryDB | static |
IsRecyclable(const uint16 typeID) | FactoryDB | static |
IsRefinable(const uint16 typeID) | FactoryDB | static |
LookupChars(const char *match, bool exact=false) | ServiceDB | static |
LookupCorporations(const std::string &) | ServiceDB | static |
LookupCorporationTickers(const std::string &) | ServiceDB | static |
LookupFactions(const std::string &) | ServiceDB | static |
LookupKnownLocationsByGroup(const std::string &, uint32) | ServiceDB | static |
LookupOwners(const char *match, bool exact=false) | ServiceDB | static |
LookupStations(const std::string &) | ServiceDB | static |
PrimeOwners(std::vector< int32 > &itemIDs) | ServiceDB | static |
ProcessIntChange(const char *key, uint32 oldValue, uint32 newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
ProcessLongChange(const char *key, int64 oldValue, int64 newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
ProcessRealChange(const char *key, double oldValue, double newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
ProcessStringChange(const char *key, const std::string &oldValue, std::string newValue, PyDict *notif, std::vector< std::string > &dbQ) | ServiceDB | protected |
SaveBlueprintData(uint32 blueprintID, EvERam::bpData &data) | FactoryDB | static |
SaveKillOrLoss(CharKillData &data) | ServiceDB | static |
SaveServerStats(double threads, float rss, float vm, float user, float kernel, uint32 items, uint32 bubbles) | ServiceDB | static |
SetAccountBanStatus(uint32 accountID, bool banned=false) | ServiceDB | static |
SetAccountOnlineStatus(uint32 accountID, bool online=false) | ServiceDB | static |
SetCharacterOnlineStatus(uint32 char_id, bool online=false) | ServiceDB | static |
SetClientSeed() | ServiceDB | static |
SetJobEventID(const uint32 jobID, const uint32 eventID) | FactoryDB | static |
SetServerOnlineStatus(bool online=false) | ServiceDB | static |
UpdateAccountHash(const char *username, std::string &hash) | ServiceDB | static |
UpdatePassword(uint32 accountID, const char *pass) | ServiceDB | static |
ValidateAccountName(CryptoChallengePacket &ccp, std::string &failMsg) | ServiceDB | static |