Home
last modified time | relevance | path

Searched refs:referenceProperty_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp188 if (!referenceProperty_.empty()) { in GetReferencePropertyString()
190 for (const auto &reference : referenceProperty_) { in GetReferencePropertyString()
284 PropertyCompare(referenceProperty_, others, changeTables); in CompareReferenceProperty()
285 PropertyCompare(others, referenceProperty_, changeTables); in CompareReferenceProperty()
339 referenceProperty_ = referenceProperty; in SetReferenceProperty()
347 return referenceProperty_; in GetReferenceProperty()
906 referenceProperty_.emplace_back(referenceProperty); in ParseCheckReference()
1039 for (const auto &tableRef : referenceProperty_) { in GenerateReachableRef()
1054 for (const auto &reference : referenceProperty_) { in GenerateTableInfoReferenced()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h119 std::vector<TableReferenceProperty> referenceProperty_; variable