EvEmu
0.8.4
11 September 2021
|
This is the complete list of members for DBcore, including all inherited members.
Close() | DBcore | |
Closed enum value | DBcore | |
Connect(uint *errnum=0, char *errbuf=0) | DBcore | protected |
Connected enum value | DBcore | |
DBcore() | DBcore | |
DoEscapeString(char *tobuf, const char *frombuf, int32 fromlen) | DBcore | |
DoEscapeString(std::string &to, const std::string &from) | DBcore | |
DoQuery_locked(DBerror &err, const char *query, int querylen, bool retry=true) | DBcore | private |
Error enum value | DBcore | |
eStatus enum name | DBcore | |
get() | Singleton< DBcore > | inlinestatic |
getMySQL() | DBcore | inlineprotected |
GetStatus() const | DBcore | inline |
Initialize(std::string host, std::string user, std::string password, std::string database, bool compress=false, bool SSL=false, int16 port=3306, bool socket=false, bool reconnect=false, bool profile=false) | DBcore | |
IsSafeString(const char *str) | DBcore | static |
IsSafeString(std::string &s) | DBcore | static |
MDatabase | DBcore | private |
mInstance | Singleton< DBcore > | protectedstatic |
mysql | DBcore | private |
pCompress | DBcore | private |
pDatabase | DBcore | private |
pHost | DBcore | private |
ping() | DBcore | |
pPassword | DBcore | private |
pPort | DBcore | private |
pProfile | DBcore | private |
pReconnect | DBcore | private |
pSocket | DBcore | private |
pSSL | DBcore | private |
pStatus | DBcore | private |
pUser | DBcore | private |
Reconnect() | DBcore | protected |
RunQuery(DBQueryResult &into, const char *query_fmt,...) | DBcore | |
RunQuery(DBerror &err, const char *query_fmt,...) | DBcore | |
RunQuery(DBerror &err, uint32 &affected_rows, const char *query_fmt,...) | DBcore | |
RunQueryLID(DBerror &err, uint32 &last_insert_id, const char *query_fmt,...) | DBcore | |
Singleton() | Singleton< DBcore > | inline |
~DBcore() | DBcore | inline |