Home
last modified time | relevance | path

Searched refs:tableInfos (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp867 int GetTriggerSqls(sqlite3 *db, const std::map<std::string, bool> &tableInfos, std::vector<std::str… in GetTriggerSqls() argument
869 for (const auto &tableInfo : tableInfos) { in GetTriggerSqls()
951 std::map<std::string, bool> tableInfos; in StoreObserverCallback() local
961 tableInfos.insert(std::make_pair(tableName, isRowid)); in StoreObserverCallback()
966 int errCode = GetTriggerSqls(db, tableInfos, triggerSqls); in StoreObserverCallback()
1503 int GetTableInfos(sqlite3 *db, std::map<std::string, bool> &tableInfos) in GetTableInfos() argument
1526 tableInfos.insert(std::make_pair(tableName, true)); in GetTableInfos()
1529 for (auto &tableInfo : tableInfos) { in GetTableInfos()
1538 std::map<std::string, bool> tableInfos; in CreateTempTrigger() local
1539 int errCode = GetTableInfos(db, tableInfos); in CreateTempTrigger()
[all …]
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp268 TableInfoMap tableInfos = GetTables(); in GetSharedTableForChangeTable() local
270 for (const auto &item : tableInfos) { in GetSharedTableForChangeTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1987 const auto tableInfos = GetSchemaInfo().GetTables(); in GetCloudTableWithoutShared() local
1988 for (const auto &[tableName, info] : tableInfos) { in GetCloudTableWithoutShared()