Searched refs:SQLiteStorageExecutor (Results 1 – 9 of 9) sorted by relevance
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
| D | sqlite_storage_executor.cpp | 23 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()
|
| D | sqlite_storage_executor.h | 24 class SQLiteStorageExecutor : public StorageExecutor { 26 SQLiteStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb); 27 ~SQLiteStorageExecutor() override; 30 DISABLE_COPY_ASSIGN_MOVE(SQLiteStorageExecutor);
|
| D | sqlite_local_storage_executor.h | 25 class SQLiteLocalStorageExecutor : public SQLiteStorageExecutor {
|
| D | sqlite_storage_engine.cpp | 54 return new (std::nothrow) SQLiteStorageExecutor(dbHandle, isWrite, isMemDb); in NewSQLiteStorageExecutor()
|
| D | sqlite_local_storage_executor.cpp | 41 : SQLiteStorageExecutor(dbHandle, writable, isMemDb) in SQLiteLocalStorageExecutor()
|
| D | sqlite_single_ver_storage_executor.h | 27 class SQLiteSingleVerStorageExecutor : public SQLiteStorageExecutor {
|
| D | sqlite_single_ver_storage_executor.cpp | 69 : SQLiteStorageExecutor(dbHandle, writable, isMemDb), in SQLiteSingleVerStorageExecutor() 84 : SQLiteStorageExecutor(dbHandle, writable, isMemDb), in SQLiteSingleVerStorageExecutor() 1567 return SQLiteStorageExecutor::Reset(); in Reset()
|
| /foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
| D | sqlite_single_ver_relational_storage_executor.h | 37 class SQLiteSingleVerRelationalStorageExecutor : public SQLiteStorageExecutor {
|
| D | sqlite_single_ver_relational_storage_executor.cpp | 68 : SQLiteStorageExecutor(dbHandle, writable, false), mode_(mode), isLogicDelete_(false), in SQLiteSingleVerRelationalStorageExecutor()
|