Home
last modified time | relevance | path

Searched defs:localTable (Results 1 – 4 of 4) 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
85 void RelationalSyncDataInserter::SetLocalTable(TableInfo localTable) in SetLocalTable()
H A Drelational_sync_able_storage.cpp1811 …TableInfo localTable = GetSchemaInfo().GetTable(tableName); // for upsert, the table must exist in… in UpsertDataInTransaction() local
/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
/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()