|
virtual bool | Connect (const char *aHost, const char *aUser, const char *aPasswd, const char *aDb, const int aPort=0) |
|
virtual bool | reConnect () |
|
virtual unsigned | NbRows () |
|
virtual unsigned | NbFields () |
|
virtual void | Release () |
|
virtual char * | printQuery () |
|
virtual bool | InputStart (const char *aName, StDbBuffer *aBuff, const char *colList, int nRows, bool &hasBinary) |
|
virtual bool | InputRow (StDbBuffer *aBuff, int row) |
|
virtual bool | InputEnd () |
|
virtual bool | Input (const char *aName, StDbBuffer *aBuff) |
|
virtual bool | Output (StDbBuffer *aBuff) |
|
MysqlDb & | operator<< (const char *c) |
|
MysqlDb & | operator<< (const string s) |
|
MysqlDb & | operator<< (const MysqlBin *aBin) |
|
MysqlDb & | operator<< (const short aq) |
|
MysqlDb & | operator<< (const unsigned short aq) |
|
MysqlDb & | operator<< (const int aq) |
|
MysqlDb & | operator<< (const unsigned int aq) |
|
MysqlDb & | operator<< (const long long aq) |
|
MysqlDb & | operator<< (const float aq) |
|
MysqlDb & | operator<< (const double aq) |
|
char ** | DecodeStrArray (char *strinput, int &aLen) |
|
char * | CodeStrArray (char **strarr, int aLen) |
|
virtual int | GetLastInsertID () |
|
virtual bool | QueryStatus () |
|
virtual bool | checkForTable (const char *tableName) |
|
virtual void | Close () |
|
virtual bool | IsConnected () |
|
virtual bool | setDefaultDb (const char *dbName) |
|
|
virtual void | RazQuery () |
|
virtual bool | ExecQuery () |
|
Definition at line 205 of file MysqlDb.h.
The documentation for this class was generated from the following files: