| close() | CppSQLite3DB | |
| compileStatement(LPCTSTR szSQL, CppSQLite3Statement **ppStatement) | CppSQLite3DB | |
| CppSQLite3DB() | CppSQLite3DB | |
| CreateCollection(const void *zName, int(*xCompare)(void *, int, const void *, int, const void *)) | CppSQLite3DB | |
| CreateFunction(int nArg, const void *zFunctionName, void(*xFunc)(sqlite3_context *, int, sqlite3_value **)) | CppSQLite3DB | |
| execDML(LPCTSTR szSQL) | CppSQLite3DB | |
| execQuery(LPCTSTR szSQL) | CppSQLite3DB | |
| execScalar(LPCTSTR szSQL, int &retIntValue) | CppSQLite3DB | |
| execScalar(LPCTSTR szSQL, __int64 &retIntValue) | CppSQLite3DB | |
| execScalarStr(LPCTSTR szSQL, TCHAR *pStrValue, int bufLen) | CppSQLite3DB | |
| GetChangeCount() | CppSQLite3DB | [inline] |
| interrupt() | CppSQLite3DB | [inline] |
| lastRowId() | CppSQLite3DB | |
| m_dbFileName | CppSQLite3DB | |
| mpDB | CppSQLite3DB | |
| open(LPCTSTR szFile) | CppSQLite3DB | |
| open_v2(LPCTSTR szFile, int flags) | CppSQLite3DB | |
| SQLiteVersion() | CppSQLite3DB | [inline, static] |
| tableExists(LPCTSTR szTable) | CppSQLite3DB | |
| tableExists(LPCTSTR szDatabase, LPCTSTR szTable) | CppSQLite3DB | |
| ~CppSQLite3DB() | CppSQLite3DB | [virtual] |