|
C++ sqlite
0.10
|
다음에 대한 모든 멤버의 목록입니다 : CppSQLite (모든 상속된 멤버들도 포함합니다.)
| Close() | CppSQLite | |
| CppSQLite() | CppSQLite | |
| Execute(const char *pszSQL) | CppSQLite | |
| Execute(const char *pszSQL, int iArgCount,...) | CppSQLite | |
| Insert(const char *pszSQL, int64_t *piId) | CppSQLite | |
| Insert(const char *pszSQL, int64_t *piId, int iArgCount,...) | CppSQLite | |
| IsOpen() | CppSQLite | |
| Open(const char *pszFileName, bool bUseLock=false) | CppSQLite | |
| Query(const char *pszSQL, void *pclsData, bool(*FetchRow)(void *, sqlite3_stmt *psttStmt)) | CppSQLite | |
| QueryOne(const char *pszSQL, int &iData) | CppSQLite | |
| QueryOne(const char *pszSQL, uint32_t &iData) | CppSQLite | |
| QueryOne(const char *pszSQL, uint64_t &iData) | CppSQLite | |
| QueryOne(const char *pszSQL, std::string &strData) | CppSQLite | |
| ~CppSQLite() | CppSQLite |
1.8.1.2