Home
last modified time | relevance | path

Searched refs:AddTableReferenceProperty (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h102 void AddTableReferenceProperty(const TableReferenceProperty &tableRefProperty);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp907 tables_[referenceProperty.targetTableName].AddTableReferenceProperty(referenceProperty); in ParseCheckReference()
1055 tables_[reference.targetTableName].AddTableReferenceProperty(reference); in GenerateTableInfoReferenced()
H A Dtable_info.cpp785 void TableInfo::AddTableReferenceProperty(const TableReferenceProperty &tableRefProperty) in AddTableReferenceProperty() function in DistributedDB::TableInfo