Home
last modified time | relevance | path

Searched defs:isMemDb (Results 1 – 17 of 17) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_meta_executor.cpp22 bool isMemDb, std::set<std::string> &outKeys) in GetMetaKeysByKeyPrefix()
67 int SqliteMetaExecutor::GetAllKeys(sqlite3_stmt *statement, bool isMemDb, std::vector<Key> &keys) in GetAllKeys()
95 bool isMemDb, std::set<std::string> &devices) in GetExistsDevicesFromMeta()
H A Dsqlite_storage_engine.cpp54 …cutor *SQLiteStorageEngine::NewSQLiteStorageExecutor(sqlite3 *dbHandle, bool isWrite, bool isMemDb) in NewSQLiteStorageExecutor()
79 bool isMemDb = option_.isMemDb; in CreateNewExecutor() local
132 bool isMemDb = kvDBProp.GetBoolProp(KvDBProperties::MEMORY_MODE, false); in CheckEngineOption() local
H A Dsqlite_local_storage_engine.cpp26 … *SQLiteLocalStorageEngine::NewSQLiteStorageExecutor(sqlite3 *dbHandle, bool isWrite, bool isMemDb) in NewSQLiteStorageExecutor()
H A Dsqlite_storage_executor.cpp23 SQLiteStorageExecutor::SQLiteStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb) in SQLiteStorageExecutor()
H A Dsqlite_single_ver_result_set.cpp51 int SQLiteSingleVerResultSet::Open(bool isMemDb) in Open()
66 int SQLiteSingleVerResultSet::OpenForCacheFullEntryMode(bool isMemDb) in OpenForCacheFullEntryMode()
H A Dsqlite_local_storage_executor.cpp40 …iteLocalStorageExecutor::SQLiteLocalStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb) in SQLiteLocalStorageExecutor()
H A Dsqlite_single_ver_database_upgrader.cpp82 const SecurityOption &secopt, bool isMemDb) in SQLiteSingleVerDatabaseUpgrader()
H A Dsqlite_single_ver_storage_engine.cpp552 …LiteSingleVerStorageEngine::NewSQLiteStorageExecutor(sqlite3 *dbHandle, bool isWrite, bool isMemDb) in NewSQLiteStorageExecutor()
H A Dsqlite_single_ver_natural_store_connection.cpp560 bool isMemDb = naturalStore->GetMyProperties().GetBoolProp(KvDBProperties::MEMORY_MODE, false); in GetResultSet() local
612 bool isMemDb = naturalStore->GetMyProperties().GetBoolProp(KvDBProperties::MEMORY_MODE, false); in GetResultSet() local
H A Dsqlite_single_ver_storage_executor.cpp70 …eVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb) in SQLiteSingleVerStorageExecutor()
84 …eVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb, in SQLiteSingleVerStorageExecutor()
H A Dsqlite_utils.cpp352 int SQLiteUtils::StepWithRetry(sqlite3_stmt *statement, bool isMemDb) in StepWithRetry()
2435 int SQLiteUtils::StepNext(sqlite3_stmt *stmt, bool isMemDb) in StepNext()
H A Dsqlite_single_ver_natural_store.cpp262 bool isMemDb = GetDbProperties().GetBoolProp(KvDBProperties::MEMORY_MODE, false); in GetSecurityOption() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/kv/
H A Dkvdb_windowed_result_set.cpp30 int KvDBWindowedResultSet::Open(bool isMemDb) in Open()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/
H A Dsingle_ver_utils.h36 bool isMemDb = false; member
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/
H A Drd_single_ver_result_set.cpp42 int RdSingleVerResultSet::Open(bool isMemDb) in Open()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp35 bool isMemDb) in NewSQLiteStorageExecutor()
H A Dsqlite_single_ver_relational_storage_executor.cpp1515 int GetRowDatas(sqlite3_stmt *stmt, bool isMemDb, std::vector<std::string> &colNames, in GetRowDatas()