Home
last modified time | relevance | path

Searched refs:SetReferenceProperty (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.h63 void SetReferenceProperty(const std::vector<TableReferenceProperty> &referenceProperty);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp337 void RelationalSchemaObject::SetReferenceProperty(const std::vector<TableReferenceProperty> &refere… in SetReferenceProperty() function in DistributedDB::RelationalSchemaObject
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_relational_storage_engine.cpp662 schema.SetReferenceProperty(tableReferenceProperty); in SetReference()