Home
last modified time | relevance | path

Searched refs:SQLiteStorageExecutor (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_storage_executor.cpp23 SQLiteStorageExecutor::SQLiteStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb) in SQLiteStorageExecutor() function in DistributedDB::SQLiteStorageExecutor
29 SQLiteStorageExecutor::~SQLiteStorageExecutor() in ~SQLiteStorageExecutor()
37 int SQLiteStorageExecutor::Reset() in Reset()
47 int SQLiteStorageExecutor::GetDbHandle(sqlite3 *&dbHandle) const in GetDbHandle()
57 bool SQLiteStorageExecutor::IsMemory() const in IsMemory()
H A Dsqlite_storage_executor.h24 class SQLiteStorageExecutor : public StorageExecutor {
26 SQLiteStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb);
27 ~SQLiteStorageExecutor() override;
30 DISABLE_COPY_ASSIGN_MOVE(SQLiteStorageExecutor);
H A Dsqlite_local_storage_executor.h25 class SQLiteLocalStorageExecutor : public SQLiteStorageExecutor {
H A Dsqlite_storage_engine.cpp56 return new (std::nothrow) SQLiteStorageExecutor(dbHandle, isWrite, isMemDb); in NewSQLiteStorageExecutor()
H A Dsqlite_local_storage_executor.cpp41 : SQLiteStorageExecutor(dbHandle, writable, isMemDb) in SQLiteLocalStorageExecutor()
H A Dsqlite_single_ver_storage_executor.h27 class SQLiteSingleVerStorageExecutor : public SQLiteStorageExecutor {
H A Dsqlite_single_ver_storage_executor.cpp71 : SQLiteStorageExecutor(dbHandle, writable, isMemDb), in SQLiteSingleVerStorageExecutor()
86 : SQLiteStorageExecutor(dbHandle, writable, isMemDb), in SQLiteSingleVerStorageExecutor()
1562 return SQLiteStorageExecutor::Reset(); in Reset()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.h38 class SQLiteSingleVerRelationalStorageExecutor : public SQLiteStorageExecutor {
H A Dsqlite_single_ver_relational_storage_executor.cpp82 : SQLiteStorageExecutor(dbHandle, writable, false), mode_(mode), isLogicDelete_(false), in SQLiteSingleVerRelationalStorageExecutor()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp1108 SQLiteStorageExecutor storageObj(nullptr, true, true);