MKSQLCpp  0.1
MakeMySQLC++Classes
 All Classes Files Functions Variables Macros Pages
CMySQL Member List

This is the complete list of members for CMySQL, including all inherited members.

bConnectedCMySQLprivate
bInitializedCMySQLprivate
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)CMySQLinline
DataSeek(MYSQL_RES *result, ulong offset)CMySQL
DataSeek(ulong offset)CMySQLinline
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)CMySQLinline
FetchRow(MYSQL_RES *res)CMySQL
FreeResult(MYSQL_RES *res)CMySQL
GetAffectedRows()CMySQL
GetClientInfo()CMySQL
GetErrno()CMySQLinline
GetError()CMySQLinline
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)CMySQLinline
ListTables(const char *wild=NULL)CMySQL
mysqlCMySQLprivate
NumFields(MYSQL_RES *res)CMySQL
NumRows(MYSQL_RES *res)CMySQL
Query(char *str)CMySQL
RealQuery(char *str, uint len)CMySQL
resCMySQLprivate
SelectDB(const char *db)CMySQL
Stat()CMySQL
StoreResult()CMySQL
TableExists(const char *name)CMySQL
TableExists(struct STableInfo *table)CMySQLinline
UseResult()CMySQL
~CMySQL()CMySQL