DDraceNetwork Docs
|
This is the complete list of members for CMysqlConnection, including all inherited members.
AddPoints(const char *pPlayer, int Points, char *pError, int ErrorSize) override | CMysqlConnection | virtual |
BinaryCollate() const override | CMysqlConnection | inlinevirtual |
BindBlob(int Idx, unsigned char *pBlob, int Size) override | CMysqlConnection | virtual |
BindFloat(int Idx, float Value) override | CMysqlConnection | virtual |
BindInt(int Idx, int Value) override | CMysqlConnection | virtual |
BindInt64(int Idx, int64_t Value) override | CMysqlConnection | virtual |
BindNull(int Idx) override | CMysqlConnection | virtual |
BindString(int Idx, const char *pString) override | CMysqlConnection | virtual |
CMysqlConnection(CMysqlConfig m_Config) | CMysqlConnection | explicit |
CollateNocase() const override | CMysqlConnection | inlinevirtual |
Connect(char *pError, int ErrorSize) override | CMysqlConnection | virtual |
ConnectImpl() | CMysqlConnection | private |
Disconnect() override | CMysqlConnection | virtual |
ExecuteUpdate(int *pNumUpdated, char *pError, int ErrorSize) override | CMysqlConnection | virtual |
False() const override | CMysqlConnection | inlinevirtual |
FormatCreateMaps(char *aBuf, unsigned int BufferSize) const | IDbConnection | protected |
FormatCreatePoints(char *aBuf, unsigned int BufferSize) const | IDbConnection | protected |
FormatCreateRace(char *aBuf, unsigned int BufferSize, bool Backup) const | IDbConnection | protected |
FormatCreateSaves(char *aBuf, unsigned int BufferSize, bool Backup) const | IDbConnection | protected |
FormatCreateTeamrace(char *aBuf, unsigned int BufferSize, const char *pIdType, bool Backup) const | IDbConnection | protected |
GetBlob(int Col, unsigned char *pBuffer, int BufferSize) override | CMysqlConnection | virtual |
GetFloat(int Col) override | CMysqlConnection | virtual |
GetInt(int Col) override | CMysqlConnection | virtual |
GetInt64(int Col) override | CMysqlConnection | virtual |
GetPrefix() const | IDbConnection | inline |
GetString(int Col, char *pBuffer, int BufferSize) override | CMysqlConnection | virtual |
IDbConnection(const char *pPrefix) | IDbConnection | |
InsertIgnore() const override | CMysqlConnection | inlinevirtual |
InsertTimestampAsUtc() const override | CMysqlConnection | inlinevirtual |
IsNull(int Col) override | CMysqlConnection | virtual |
m_aErrorDetail | CMysqlConnection | private |
m_aPrefix | IDbConnection | private |
m_Config | CMysqlConnection | private |
m_HaveConnection | CMysqlConnection | private |
m_InUse | CMysqlConnection | private |
m_Mysql | CMysqlConnection | private |
m_NewQuery | CMysqlConnection | private |
m_pStmt | CMysqlConnection | private |
m_vStmtParameterExtras | CMysqlConnection | private |
m_vStmtParameters | CMysqlConnection | private |
MedianMapTime(char *pBuffer, int BufferSize) const override | CMysqlConnection | virtual |
operator=(const IDbConnection &)=delete | IDbConnection | |
PrepareAndExecuteStatement(const char *pStmt) | CMysqlConnection | private |
PrepareStatement(const char *pStmt, char *pError, int ErrorSize) override | CMysqlConnection | virtual |
Print(IConsole *pConsole, const char *pMode) override | CMysqlConnection | virtual |
Print() override | CMysqlConnection | inlinevirtual |
Random() const override | CMysqlConnection | inlinevirtual |
Step(bool *pEnd, char *pError, int ErrorSize) override | CMysqlConnection | virtual |
StoreErrorMysql(const char *pContext) | CMysqlConnection | private |
StoreErrorStmt(const char *pContext) | CMysqlConnection | private |
ToUnixTimestamp(const char *pTimestamp, char *aBuf, unsigned int BufferSize) override | CMysqlConnection | virtual |
True() const override | CMysqlConnection | inlinevirtual |
~CMysqlConnection() | CMysqlConnection | |
~IDbConnection() | IDbConnection | inlinevirtual |