Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h112 std::map<FieldPath, SchemaAttribute> GetSchemaDefine() const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp707 std::map<FieldPath, SchemaAttribute> TableInfo::GetSchemaDefine() const in GetSchemaDefine() function in DistributedDB::TableInfo
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_object.cpp123 SchemaDefine schemaDefine = tableInfo.GetSchemaDefine(); in SchemaObject()