C++ MySQL DB pool Stack
0.10
|
다음에 대한 모든 멤버의 목록입니다 : CDbMySQLConnection (모든 상속된 멤버들도 포함합니다.)
Bind(int iIndex, const char *pszVal) | CDbMySQLConnection | |
CDbMySQLConnection() | CDbMySQLConnection | |
Close() | CDbMySQLConnection | |
Connect(const char *pszHost, const char *pszUserId, const char *pszPassWord, const char *pszDbName, int iPort, const char *pszCharacterSet=NULL) | CDbMySQLConnection | |
Execute(const char *pszSQL) | CDbMySQLConnection | |
Execute(const char *pszSQL, int iArgCount,...) | CDbMySQLConnection | |
Execute(const char *pszSQL, STRING_LIST &clsArgList) | CDbMySQLConnection | |
Final() | CDbMySQLConnection | static |
GetAffectedRow() | CDbMySQLConnection | |
GetError() | CDbMySQLConnection | |
Insert(const char *pszSQL, uint64_t *piId) | CDbMySQLConnection | |
IsExistTable(const char *pszTableName) | CDbMySQLConnection | |
Prepare(const char *pszSQL) | CDbMySQLConnection | |
PrepareClose() | CDbMySQLConnection | |
PrepareExecute(uint64_t *piId=NULL) | CDbMySQLConnection | |
Query(const char *pszSQL, void *pclsData, bool(*FetchRow)(void *, MYSQL_ROW &sttRow)) | CDbMySQLConnection | |
QueryOne(const char *pszSQL, int &iData) | CDbMySQLConnection | |
QueryOne(const char *pszSQL, uint8_t &cData) | CDbMySQLConnection | |
QueryOne(const char *pszSQL, uint32_t &iData) | CDbMySQLConnection | |
QueryOne(const char *pszSQL, uint64_t &iData) | CDbMySQLConnection | |
QueryOne(const char *pszSQL, int64_t &iData) | CDbMySQLConnection | |
QueryOne(const char *pszSQL, std::string &strData) | CDbMySQLConnection | |
QueryOne(const char *pszSQL, const char *pszArg, std::string &strData, int iDataSize) | CDbMySQLConnection | |
SetLogLevel(EnumLogLevel eLogLevel) | CDbMySQLConnection | |
SetReadTimeout(int iSecond) | CDbMySQLConnection | |
SetWriteTimeout(int iSecond) | CDbMySQLConnection | |
~CDbMySQLConnection() | CDbMySQLConnection |