Home
last modified time | relevance | path

Searched refs:targetTable (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_extend_executor.cpp782 for (const auto &[targetTable, targetReference] : tableReference) { in GetReferenceGid()
783 … errCode = GetReferenceGidInner(tableName, targetTable, syncBatch, targetReference, referenceGid); in GetReferenceGid()
793 const std::string &targetTable, const CloudSyncBatch &syncBatch, in GetReferenceGidInner() argument
805 std::string sql = GetReferenceGidSql(sourceTable, targetTable, sourceFields, targetFields); in GetReferenceGidInner()
812 errCode = GetReferenceGidByStmt(statement, syncBatch, targetTable, referenceGid); in GetReferenceGidInner()
819 const std::string &targetTable, const std::vector<std::string> &sourceFields, in GetReferenceGidSql() argument
829 std::string logTargetTable = DBCommon::GetLogTableName(targetTable); in GetReferenceGidSql()
834 sql += "SELECT " + targetTable + "._rowid_ AS rowid_b FROM " + targetTable in GetReferenceGidSql()
853 sql += targetTable + "." + targetFields[i] + " = source_a." + sourceFields[i]; in GetReferenceGidSql()
862 …const CloudSyncBatch &syncBatch, const std::string &targetTable, std::map<int64_t, Entries> &refer… in GetReferenceGidByStmt() argument
[all …]
H A Dsqlite_single_ver_relational_storage_executor.h371 int GetReferenceGidInner(const std::string &sourceTable, const std::string &targetTable,
376 const std::string &targetTable, std::map<int64_t, Entries> &referenceGid);
378 …atic std::string GetReferenceGidSql(const std::string &sourceTable, const std::string &targetTable,
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_types_util.cpp209 return Marshal(data, input.sourceTable, input.targetTable, input.refFields); in Marshalling()
214 return Unmarshal(data, output.sourceTable, output.targetTable, output.refFields); in Unmarshalling()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/framework/include/store/
H A Dgeneral_value.h91 std::string targetTable; member
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/
H A Drdb_types.h104 std::string targetTable; member
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/
H A Dnapi_rdb_js_utils.cpp84 …NAPI_CALL_RETURN_ERR(GetNamedProperty(env, input, "targetTable", output.targetTable), napi_invalid… in Convert2Value()
/ohos5.0/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/service/rdb/
H A Drdb_general_store.cpp831 properties.push_back({ reference.sourceTable, reference.targetTable, reference.refFields }); in SetDistributedTables()
H A Drdb_service_impl.cpp317 …DistributedData::Reference relationship = { reference.sourceTable, reference.targetTable, referenc… in SetDistributedTables()
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore-sys.md58 | targetTable | string | 是 | 关联的父表名称。 |
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/
H A Djs-apis-data-relationalStore-sys.md58 | targetTable | string | Yes | Name of the table that references the source table. |