Home
last modified time | relevance | path

Searched defs:localTable (Results 1 – 4 of 4) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
Drelational_sync_data_inserter.cpp59 TableInfo localTable = localSchema.GetTable(query.GetTableName()); in CreateInserter() local
85 void RelationalSyncDataInserter::SetLocalTable(TableInfo localTable) in SetLocalTable()
Drelational_sync_able_storage.cpp1710 …TableInfo localTable = GetSchemaInfo().GetTable(tableName); // for upsert, the table must exist in… in UpsertDataInTransaction() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
Dsqlite_single_ver_relational_storage_executor_extend.cpp163 TableInfo localTable = localSchema_.GetTable(tableSchema.name); in GetPrimaryKeyHashValue() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dcloud_storage_utils.cpp975 …const TableSchema &tableSchema, const TableInfo &localTable, const std::map<std::string, Field> &p… in GetHashValueWithPrimaryKeyMap()