Kompex SQLite Wrapper  1.11.14
Kompex::SQLiteDatabase Member List

This is the complete list of members for Kompex::SQLiteDatabase, including all inherited members.

ActivateProfiling() const Kompex::SQLiteDatabaseinline
ActivateTracing() const Kompex::SQLiteDatabaseinline
CleanUpFailedMemoryDatabase(sqlite3 *memoryDatabase, sqlite3 *rollbackDatabase, bool isDetachNecessary, bool isRollbackNecessary, sqlite3_stmt *stmt, const std::string &errMsg, int internalSqliteErrCode)Kompex::SQLiteDatabaseprivate
Close()Kompex::SQLiteDatabase
CreateModule(const std::string &moduleName, const sqlite3_module *module, void *clientData, void(*xDestroy)(void *))Kompex::SQLiteDatabase
GetAutoCommit() const Kompex::SQLiteDatabaseinline
GetDatabaseChanges() const Kompex::SQLiteDatabaseinline
GetDatabaseHandle() const Kompex::SQLiteDatabaseinline
GetHeapAndLookasideMemoryUsedByPreparedStatements() const Kompex::SQLiteDatabase
GetHeapMemoryUsedByPagerCaches() const Kompex::SQLiteDatabase
GetHeapMemoryUsedToStoreSchemas() const Kompex::SQLiteDatabase
GetHighestNumberOfCheckedOutLookasideMemorySlots(bool resetValue=false)Kompex::SQLiteDatabase
GetLastInsertRowId() const Kompex::SQLiteDatabaseinline
GetLibVersionNumber() const Kompex::SQLiteDatabaseinline
GetLookasideMemoryHitCount(bool resetValue=false)Kompex::SQLiteDatabase
GetLookasideMemoryMissCountDueToFullMemory(bool resetValue=false)Kompex::SQLiteDatabase
GetLookasideMemoryMissCountDueToSmallSlotSize(bool resetValue=false)Kompex::SQLiteDatabase
GetMemoryHighwaterMark(bool resetFlag=false) const Kompex::SQLiteDatabaseinline
GetMemoryUsage() const Kompex::SQLiteDatabaseinline
GetNumberOfCheckedOutLookasideMemorySlots() const Kompex::SQLiteDatabase
GetNumberOfDirtyCacheEntries() const Kompex::SQLiteDatabase
GetNumberOfUnresolvedForeignKeys() const Kompex::SQLiteDatabase
GetPagerCacheHitCount() const Kompex::SQLiteDatabase
GetPagerCacheMissCount() const Kompex::SQLiteDatabase
GetRuntimeStatusInformation(int operation, bool highwaterValue=false, bool resetFlag=false) const Kompex::SQLiteDatabaseprotected
GetTotalDatabaseChanges() const Kompex::SQLiteDatabaseinline
InterruptDatabaseOperation() const Kompex::SQLiteDatabaseinline
IsDatabaseReadOnly()Kompex::SQLiteDatabase
mDatabaseFilenameUtf16Kompex::SQLiteDatabaseprivate
mDatabaseFilenameUtf8Kompex::SQLiteDatabaseprivate
mDatabaseHandleKompex::SQLiteDatabaseprivate
mIsMemoryDatabaseActiveKompex::SQLiteDatabaseprivate
MoveDatabaseToMemory(UtfEncoding encoding=UTF8)Kompex::SQLiteDatabase
Open(const char *filename, int flags, const char *zVfs)Kompex::SQLiteDatabase
Open(const std::string &filename, int flags, const char *zVfs)Kompex::SQLiteDatabase
Open(const wchar_t *filename)Kompex::SQLiteDatabase
ProcessDDLRow(void *db, int nColumns, char **values, char **columns)Kompex::SQLiteDatabaseprotectedstatic
ProcessDMLRow(void *db, int nColumns, char **values, char **columns)Kompex::SQLiteDatabaseprotectedstatic
ProfileOutput(void *ptr, const char *sql, sqlite3_uint64 time)Kompex::SQLiteDatabaseprotectedstatic
ReleaseMemory(int bytesOfMemory) const Kompex::SQLiteDatabaseinline
ReleaseMemory()Kompex::SQLiteDatabaseinline
SaveDatabaseFromMemoryToFile(const std::string &filename="")Kompex::SQLiteDatabase
SaveDatabaseFromMemoryToFile(const wchar_t *filename)Kompex::SQLiteDatabase
SetSoftHeapLimit(int heapLimit) const Kompex::SQLiteDatabaseinline
SQLiteDatabase()Kompex::SQLiteDatabase
SQLiteDatabase(const char *filename, int flags, const char *zVfs)Kompex::SQLiteDatabase
SQLiteDatabase(const std::string &filename, int flags, const char *zVfs)Kompex::SQLiteDatabase
SQLiteDatabase(const wchar_t *filename)Kompex::SQLiteDatabase
TakeSnapshot(sqlite3 *destinationDatabase)Kompex::SQLiteDatabaseprotected
TraceOutput(void *ptr, const char *sql)Kompex::SQLiteDatabaseprotectedstatic
UTF16 enum valueKompex::SQLiteDatabase
UTF8 enum valueKompex::SQLiteDatabase
UtfEncoding enum nameKompex::SQLiteDatabase
~SQLiteDatabase()Kompex::SQLiteDatabasevirtual