This is the complete list of members for CMySQL, including all inherited members.
bConnected | CMySQL | private |
bInitialized | CMySQL | private |
Close(BOOL bInit) | CMySQL | |
CMySQL() | CMySQL | |
Connect(const char *host=NULL, const char *user=NULL, const char *passwd=NULL, const char *db=NULL, uint port=0, const char *usock=NULL, uint clflag=0) | CMySQL | |
CreateDatabase(const char *db) | CMySQL | |
CreateTable(const char *name, struct SFieldInfo **sinfo) | CMySQL | |
CreateTable(struct STableInfo *table) | CMySQL | inline |
DataSeek(MYSQL_RES *result, ulong offset) | CMySQL | |
DataSeek(ulong offset) | CMySQL | inline |
DropDatabase(const char *db) | CMySQL | |
DropTable(const char *name, BOOL bCascade=FALSE, BOOL bRestrict=FALSE) | CMySQL | |
DropTable(struct STableInfo *table, BOOL bCascade=FALSE, BOOL bRestrict=FALSE) | CMySQL | inline |
FetchRow(MYSQL_RES *res) | CMySQL | |
FreeResult(MYSQL_RES *res) | CMySQL | |
GetAffectedRows() | CMySQL | |
GetClientInfo() | CMySQL | |
GetErrno() | CMySQL | inline |
GetError() | CMySQL | inline |
GetTotalCount(struct STableInfo *table) | CMySQL | |
Init() | CMySQL | |
InsertRow(const char *name, struct SFieldInfo **sinfo, const char *Values) | CMySQL | |
InsertRow(struct STableInfo *table, const char *Values, int ValSize) | CMySQL | inline |
ListTables(const char *wild=NULL) | CMySQL | |
mysql | CMySQL | private |
NumFields(MYSQL_RES *res) | CMySQL | |
NumRows(MYSQL_RES *res) | CMySQL | |
Query(char *str) | CMySQL | |
RealQuery(char *str, uint len) | CMySQL | |
res | CMySQL | private |
SelectDB(const char *db) | CMySQL | |
Stat() | CMySQL | |
StoreResult() | CMySQL | |
TableExists(const char *name) | CMySQL | |
TableExists(struct STableInfo *table) | CMySQL | inline |
UseResult() | CMySQL | |
~CMySQL() | CMySQL |