C++ MySQL DB pool Stack
0.10
|
다음에 대한 모든 멤버의 목록입니다 : CDbMySQLPool (모든 상속된 멤버들도 포함합니다.)
CDbMySQLPool() | CDbMySQLPool | |
Create(int iPoolCount, const char *pszHost, const char *pszUserId, const char *pszPassWord, const char *pszDbName, int iPort, const char *pszCharacterSet=NULL) | CDbMySQLPool | |
Destroy() | CDbMySQLPool | |
Execute(const char *pszSQL) | CDbMySQLPool | |
Insert(const char *pszSQL, uint64_t *piId) | CDbMySQLPool | |
Query(const char *pszSQL, void *pclsData, bool(*FetchRow)(void *, MYSQL_ROW &sttRow)) | CDbMySQLPool | |
QueryOne(const char *pszSQL, int &iData) | CDbMySQLPool | |
QueryOne(const char *pszSQL, uint32_t &iData) | CDbMySQLPool | |
QueryOne(const char *pszSQL, uint64_t &iData) | CDbMySQLPool | |
QueryOne(const char *pszSQL, int64_t &iData) | CDbMySQLPool | |
QueryOne(const char *pszSQL, std::string &strData) | CDbMySQLPool | |
Release(CDbMySQLConnection *pclsDbConn) | CDbMySQLPool | |
Select(CDbMySQLConnection **ppclsDbConn, bool bStandByUntilAvailable=true) | CDbMySQLPool | |
SetReadTimeout(int iSecond) | CDbMySQLPool | |
SetWriteTimeout(int iSecond) | CDbMySQLPool | |
~CDbMySQLPool() | CDbMySQLPool |