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 D | sqlite_single_ver_relational_storage_extend_executor.cpp | 782 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 D | sqlite_single_ver_relational_storage_executor.h | 371 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 D | rdb_types_util.cpp | 209 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 D | general_value.h | 91 std::string targetTable; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/interfaces/inner_api/rdb/include/ |
H A D | rdb_types.h | 104 std::string targetTable; member
|
/ohos5.0/foundation/distributeddatamgr/relational_store/frameworks/js/napi/relationalstore/src/ |
H A D | napi_rdb_js_utils.cpp | 84 …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 D | rdb_general_store.cpp | 831 properties.push_back({ reference.sourceTable, reference.targetTable, reference.refFields }); in SetDistributedTables()
|
H A D | rdb_service_impl.cpp | 317 …DistributedData::Reference relationship = { reference.sourceTable, reference.targetTable, referenc… in SetDistributedTables()
|
/ohos5.0/docs/zh-cn/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-relationalStore-sys.md | 58 | targetTable | string | 是 | 关联的父表名称。 |
|
/ohos5.0/docs/en/application-dev/reference/apis-arkdata/ |
H A D | js-apis-data-relationalStore-sys.md | 58 | targetTable | string | Yes | Name of the table that references the source table. |
|