Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Drelational_schema_object.h101 std::string GetOneReferenceString(const TableReferenceProperty &reference);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp191 res += GetOneReferenceString(reference) + ","; in GetReferencePropertyString()
199 std::string RelationalSchemaObject::GetOneReferenceString(const TableReferenceProperty &reference) in GetOneReferenceString() function in DistributedDB::RelationalSchemaObject