Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h64 const std::vector<TableReferenceProperty> &GetReferenceProperty() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/relational/
H A Drelational_sync_able_storage.cpp1630 auto referenceProperty = schema.GetReferenceProperty(); in GetTableReference()
2133 auto referenceProperty = schema.GetReferenceProperty(); in IsTableExistReferenceOrReferenceBy()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp345 const std::vector<TableReferenceProperty> &RelationalSchemaObject::GetReferenceProperty() const in GetReferenceProperty() function in DistributedDB::RelationalSchemaObject