/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/ |
H A D | sqlite_meta_executor.cpp | 22 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 D | sqlite_storage_engine.cpp | 54 …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 D | sqlite_local_storage_engine.cpp | 26 … *SQLiteLocalStorageEngine::NewSQLiteStorageExecutor(sqlite3 *dbHandle, bool isWrite, bool isMemDb) in NewSQLiteStorageExecutor()
|
H A D | sqlite_storage_executor.cpp | 23 SQLiteStorageExecutor::SQLiteStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb) in SQLiteStorageExecutor()
|
H A D | sqlite_single_ver_result_set.cpp | 51 int SQLiteSingleVerResultSet::Open(bool isMemDb) in Open() 66 int SQLiteSingleVerResultSet::OpenForCacheFullEntryMode(bool isMemDb) in OpenForCacheFullEntryMode()
|
H A D | sqlite_local_storage_executor.cpp | 40 …iteLocalStorageExecutor::SQLiteLocalStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb) in SQLiteLocalStorageExecutor()
|
H A D | sqlite_single_ver_database_upgrader.cpp | 82 const SecurityOption &secopt, bool isMemDb) in SQLiteSingleVerDatabaseUpgrader()
|
H A D | sqlite_single_ver_storage_engine.cpp | 552 …LiteSingleVerStorageEngine::NewSQLiteStorageExecutor(sqlite3 *dbHandle, bool isWrite, bool isMemDb) in NewSQLiteStorageExecutor()
|
H A D | sqlite_single_ver_natural_store_connection.cpp | 560 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 D | sqlite_single_ver_storage_executor.cpp | 70 …eVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb) in SQLiteSingleVerStorageExecutor() 84 …eVerStorageExecutor::SQLiteSingleVerStorageExecutor(sqlite3 *dbHandle, bool writable, bool isMemDb, in SQLiteSingleVerStorageExecutor()
|
H A D | sqlite_utils.cpp | 352 int SQLiteUtils::StepWithRetry(sqlite3_stmt *statement, bool isMemDb) in StepWithRetry() 2435 int SQLiteUtils::StepNext(sqlite3_stmt *stmt, bool isMemDb) in StepNext()
|
H A D | sqlite_single_ver_natural_store.cpp | 262 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 D | kvdb_windowed_result_set.cpp | 30 int KvDBWindowedResultSet::Open(bool isMemDb) in Open()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/ |
H A D | single_ver_utils.h | 36 bool isMemDb = false; member
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/gaussdb_rd/ |
H A D | rd_single_ver_result_set.cpp | 42 int RdSingleVerResultSet::Open(bool isMemDb) in Open()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_relational_storage_engine.cpp | 35 bool isMemDb) in NewSQLiteStorageExecutor()
|
H A D | sqlite_single_ver_relational_storage_executor.cpp | 1515 int GetRowDatas(sqlite3_stmt *stmt, bool isMemDb, std::vector<std::string> &colNames, in GetRowDatas()
|