KMySQL Class Reference

List of all members.

Public Member Functions

 KMySQL ()
 ~KMySQL ()
bool Init ()
bool End ()
bool Connect (char *pHost, char *pLogin, char *pPassword, char *pDataBase)
bool Disconnect ()
bool Query (char *pQuery, s32 *pnFields, s32 *pnRows, char ****pResult)

Protected Member Functions

void AllocResult (s32 nFields, s32 nRows)
void FlushResult ()

Protected Attributes

MYSQL * m_pMySQL
char *** m_pResult
s32 m_nFields
s32 m_nRows

Detailed Description

Definition at line 19 of file MySQL.h.


The documentation for this class was generated from the following files:
Generated on Sun Mar 25 20:02:37 2007 for Zythum Project by  doxygen 1.5.1-p1