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

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

AlterOrderPrice(uint32 orderID, double new_price)MarketDB
AlterOrderQuantity(uint32 orderID, uint32 new_qty)MarketDB
CreateNewAccount(const char *login, const char *pass, const char *passHash, int64 role)ServiceDBprotectedstatic
DeleteOrder(uint32 orderID)MarketDB
FindBuyOrder(Call_PlaceCharOrder &call)MarketDB
FindSellOrder(Call_PlaceCharOrder &call)MarketDB
GetAccountInformation(CryptoChallengePacket &ccp, AccountData &aData, std::string &failMsg)ServiceDBstatic
GetConstant(const char *name, uint32 &into)ServiceDBstatic
GetCorpHangarNames(uint32 corpID, std::map< uint8, std::string > &hangarNames)ServiceDBstatic
GetCruPriceAvg(std::map< uint16, Inv::TypeData > &data)MarketDBstatic
GetManufacturedItems(std::map< uint16, Inv::TypeData > &data)MarketDBstatic
GetMarketGroups()MarketDB
GetMaterialPrices(std::map< uint16, Market::matlData > &data)MarketDBstatic
GetMineralPrices(std::map< uint16, Market::matlData > &data)MarketDBstatic
GetOrderInfo(uint32 orderID, Market::OrderInfo &oInfo)MarketDB
GetOrderRow(uint32 orderID)MarketDB
GetOrders(uint32 regionID, uint16 typeID)MarketDB
GetOrdersForOwner(uint32 ownerID)MarketDB
GetRegionBest(uint32 regionID)MarketDB
GetShipIDs(std::map< uint16, Inv::TypeData > &data)MarketDBstatic
GetStationAsks(uint32 stationID)MarketDB
GetStationOwner(uint32 stationID)ServiceDB
GetSystemAsks(uint32 solarSystemID)MarketDB
GetTransactions(uint32 ownerID, Market::TxData &data)MarketDB
GetUpdateTime()MarketDBstatic
IncrementLoginCount(uint32 accountID)ServiceDBstatic
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
RecordTransaction(Market::TxData &data)MarketDB
SaveKillOrLoss(CharKillData &data)ServiceDBstatic
SaveServerStats(double threads, float rss, float vm, float user, float kernel, uint32 items, uint32 bubbles)ServiceDBstatic
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
SetUpdateTime(int64 setTime)MarketDBstatic
StoreOrder(Market::SaveData &data)MarketDB
UpdateAccountHash(const char *username, std::string &hash)ServiceDBstatic
UpdateHistory()MarketDBstatic
UpdateInvPrice(std::map< uint16, Inv::TypeData > &data)MarketDBstatic
UpdateMktPrice(std::map< uint16, Market::matlData > &data)MarketDBstatic
UpdatePassword(uint32 accountID, const char *pass)ServiceDBstatic
ValidateAccountName(CryptoChallengePacket &ccp, std::string &failMsg)ServiceDBstatic