Home
last modified time | relevance | path

Searched refs:localTable (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_data_inserter.cpp59 TableInfo localTable = localSchema.GetTable(query.GetTableName()); in CreateInserter() local
60 inserter.SetLocalTable(localTable); in CreateInserter()
63 inserter.SetInsertTableName(localTable.GetTableName()); in CreateInserter()
65 …inserter.SetInsertTableName(DBCommon::GetDistributedTableName(deviceName, localTable.GetTableName(… in CreateInserter()
85 void RelationalSyncDataInserter::SetLocalTable(TableInfo localTable) in SetLocalTable() argument
87 localTable_ = std::move(localTable); in SetLocalTable()
H A Drelational_sync_data_inserter.h55 void SetLocalTable(TableInfo localTable);
H A Drelational_sync_able_storage.cpp1811 …TableInfo localTable = GetSchemaInfo().GetTable(tableName); // for upsert, the table must exist in… in UpsertDataInTransaction() local
1819 tableSchema, localTable, pkMap, false); in UpsertDataInTransaction()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dcloud_storage_utils.h116 …const TableSchema &tableSchema, const TableInfo &localTable, const std::map<std::string, Field> &p…
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dcloud_storage_utils.cpp993 …const TableSchema &tableSchema, const TableInfo &localTable, const std::map<std::string, Field> &p… in GetHashValueWithPrimaryKeyMap() argument
1003 FieldInfoMap fieldInfos = localTable.GetFields(); in GetHashValueWithPrimaryKeyMap()
1014 FieldInfoMap fieldInfos = localTable.GetFields(); in GetHashValueWithPrimaryKeyMap()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor_extend.cpp167 TableInfo localTable = localSchema_.GetTable(tableSchema.name); in GetPrimaryKeyHashValue() local
169 if (!DBCommon::CaseInsensitiveCompare(localTable.GetTableName(), tableSchema.name)) { in GetPrimaryKeyHashValue()
182 tableSchema, localTable, pkMap, allowEmpty); in GetPrimaryKeyHashValue()