GameServer
|
#include <MySqlQuery.h>
公開メンバ関数 | |
MySqlQuery (MYSQL *pInConnection, const char *pInQuery) | |
~MySqlQuery () | |
void | BindInt (int *pPtr) |
void | BindInt (unsigned int *pPtr) |
void | BindShort (short *pPtr) |
void | BindShort (unsigned short *pPtr) |
void | BindChar (char *pPtr) |
void | BindChar (unsigned char *pPtr) |
void | BindFloat (float *pPtr) |
void | BindString (char *pPtr) |
void | BindWString (wchar_t *pPtr) |
void | BindDate (MYSQL_TIME *pPtr) |
void | BindResultInt (int *pPtr) |
void | BindResultInt (unsigned int *pPtr) |
void | BindResultShort (short *pPtr) |
void | BindResultShort (unsigned short *pPtr) |
void | BindResultChar (char *pPtr) |
void | BindResultChar (unsigned char *pPtr) |
void | BindResultFloat (float *pPtr) |
void | BindResultString (char *pPtr) |
void | BindResultWString (wchar_t *pPtr) |
void | BindResultDate (MYSQL_TIME *pPtr) |
bool | ExecuteQuery () |
bool | Fetch () |
void | Close () |
MySQLクエリクラス
MySqlQuery::MySqlQuery | ( | MYSQL * | pInConnection, |
const char * | pInQuery | ||
) |
MySqlQuery::~MySqlQuery | ( | ) |
void MySqlQuery::BindChar | ( | char * | pPtr | ) |
void MySqlQuery::BindChar | ( | unsigned char * | pPtr | ) |
void MySqlQuery::BindDate | ( | MYSQL_TIME * | pPtr | ) |
void MySqlQuery::BindFloat | ( | float * | pPtr | ) |
void MySqlQuery::BindInt | ( | int * | pPtr | ) |
void MySqlQuery::BindInt | ( | unsigned int * | pPtr | ) |
void MySqlQuery::BindResultChar | ( | char * | pPtr | ) |
void MySqlQuery::BindResultChar | ( | unsigned char * | pPtr | ) |
void MySqlQuery::BindResultDate | ( | MYSQL_TIME * | pPtr | ) |
void MySqlQuery::BindResultFloat | ( | float * | pPtr | ) |
void MySqlQuery::BindResultInt | ( | int * | pPtr | ) |
void MySqlQuery::BindResultInt | ( | unsigned int * | pPtr | ) |
void MySqlQuery::BindResultShort | ( | short * | pPtr | ) |
void MySqlQuery::BindResultShort | ( | unsigned short * | pPtr | ) |
void MySqlQuery::BindResultString | ( | char * | pPtr | ) |
void MySqlQuery::BindResultWString | ( | wchar_t * | pPtr | ) |
void MySqlQuery::BindShort | ( | short * | pPtr | ) |
void MySqlQuery::BindShort | ( | unsigned short * | pPtr | ) |
void MySqlQuery::BindString | ( | char * | pPtr | ) |
void MySqlQuery::BindWString | ( | wchar_t * | pPtr | ) |
void MySqlQuery::Close | ( | ) |
bool MySqlQuery::ExecuteQuery | ( | ) |
bool MySqlQuery::Fetch | ( | ) |