Home
last modified time | relevance | path

Searched refs:GetTableSyncType (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp209 if (schema.GetTable(tableName).GetTableSyncType() != syncType) { in CreateDistributedTable()
311 TableSyncType tableSyncType = table.GetTableSyncType(); in CreateDistributedTable()
509 if (tableInfo.GetTableSyncType() == TableSyncType::DEVICE_COOPERATION) { in CheckAndCacheTrackerSchema()
623 if (sourceTableInfo.GetTableSyncType() != CLOUD_COOPERATION || in CheckReference()
624 targetTableInfo.GetTableSyncType() != CLOUD_COOPERATION) { in CheckReference()
671 if (table.second.GetTableSyncType() == TableSyncType::DEVICE_COOPERATION) { in SetReference()
H A Dsqlite_relational_store.cpp505 if (tableInfo.second.GetTableSyncType() == CLOUD_COOPERATION) { in CleanCloudData()
592 if (iter != tables.end() && iter->second.GetTableSyncType() == CLOUD_COOPERATION) { in RemoveDeviceData()
940 if (table.second.GetTableSyncType() == TableSyncType::CLOUD_COOPERATION) { in GetAllDistributedTableName()
1292 errCode = CreateDistributedTable(trackerSchema.tableName, tableInfo.GetTableSyncType(), true); in SetTrackerTable()
1495 …if (table.GetTableName().empty() || (table.GetTableSyncType() != TableSyncType::CLOUD_COOPERATION)… in ChkTable()
H A Dsqlite_relational_database_upgrader.cpp130 auto manager = LogTableManagerFactory::GetTableManager(mode, tableInfo.GetTableSyncType()); in UpgradeTrigger()
H A Dsqlite_single_ver_relational_storage_executor.cpp184 if (tableInfo.GetTableSyncType() == TableSyncType::DEVICE_COOPERATION) { in GeneLogInfoForExistedData()
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp478 if (tableInfo.GetTableSyncType() == TableSyncType::DEVICE_COOPERATION) { in UpgradedLogForExistedData()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h81 TableSyncType GetTableSyncType() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp42 if (tableInfo.GetTableSyncType() != TableSyncType::CLOUD_COOPERATION) { in ChkSchema()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp262 TableSyncType TableInfo::GetTableSyncType() const in GetTableSyncType() function in DistributedDB::TableInfo
H A Drelational_schema_object.cpp99 if (table.GetPrimaryKey().size() > 1 && table.GetTableSyncType() != CLOUD_COOPERATION) { in AddRelationalTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/interfaces/src/relational/
H A Drelational_store_sqlite_ext.cpp1217 int GetTableSyncType(sqlite3 *db, const std::string &tableName, std::string &tableType) in GetTableSyncType() function
1366 if (GetTableSyncType(db, tableStr, tableType) != E_OK) { in ClearTheLogAfterDropTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp832 if (table.GetTableSyncType() == CLOUD_COOPERATION) { in CheckAndInitQueryCondition()