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 |
Definition at line 19 of file MySQL.h.
1.5.1-p1