![]() |
DDraceNetwork Documentation
|
This is the complete list of members for IDbConnection, including all inherited members.
| AddPoints(const char *pPlayer, int Points, char *pError, int ErrorSize)=0 | IDbConnection | pure virtual |
| BinaryCollate() const =0 | IDbConnection | pure virtual |
| BindBlob(int Idx, unsigned char *pBlob, int Size)=0 | IDbConnection | pure virtual |
| BindFloat(int Idx, float Value)=0 | IDbConnection | pure virtual |
| BindInt(int Idx, int Value)=0 | IDbConnection | pure virtual |
| BindInt64(int Idx, int64_t Value)=0 | IDbConnection | pure virtual |
| BindNull(int Idx)=0 | IDbConnection | pure virtual |
| BindString(int Idx, const char *pString)=0 | IDbConnection | pure virtual |
| CollateNocase() const =0 | IDbConnection | pure virtual |
| Connect(char *pError, int ErrorSize)=0 | IDbConnection | pure virtual |
| Disconnect()=0 | IDbConnection | pure virtual |
| ExecuteUpdate(int *pNumUpdated, char *pError, int ErrorSize)=0 | IDbConnection | pure virtual |
| False() const =0 | IDbConnection | pure virtual |
| 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)=0 | IDbConnection | pure virtual |
| GetFloat(int Col)=0 | IDbConnection | pure virtual |
| GetInt(int Col)=0 | IDbConnection | pure virtual |
| GetInt64(int Col)=0 | IDbConnection | pure virtual |
| GetPrefix() const | IDbConnection | inline |
| GetString(int Col, char *pBuffer, int BufferSize)=0 | IDbConnection | pure virtual |
| IDbConnection(const char *pPrefix) | IDbConnection | |
| InsertIgnore() const =0 | IDbConnection | pure virtual |
| InsertTimestampAsUtc() const =0 | IDbConnection | pure virtual |
| IsNull(int Col)=0 | IDbConnection | pure virtual |
| m_aPrefix | IDbConnection | private |
| MedianMapTime(char *pBuffer, int BufferSize) const =0 | IDbConnection | pure virtual |
| operator=(const IDbConnection &)=delete | IDbConnection | |
| PrepareStatement(const char *pStmt, char *pError, int ErrorSize)=0 | IDbConnection | pure virtual |
| Print(IConsole *pConsole, const char *pMode)=0 | IDbConnection | pure virtual |
| Print()=0 | IDbConnection | pure virtual |
| Random() const =0 | IDbConnection | pure virtual |
| Step(bool *pEnd, char *pError, int ErrorSize)=0 | IDbConnection | pure virtual |
| ToUnixTimestamp(const char *pTimestamp, char *aBuf, unsigned int BufferSize)=0 | IDbConnection | pure virtual |
| True() const =0 | IDbConnection | pure virtual |
| ~IDbConnection()=default | IDbConnection | virtual |