Home
last modified time | relevance | path

Searched refs:ParseRelationalSchema (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.h75 int ParseRelationalSchema(const JsonObject &inJsonObject);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Drelational_schema_object.cpp58 errCode = ParseRelationalSchema(schemaObj); in ParseFromSchemaString()
507 int RelationalSchemaObject::ParseRelationalSchema(const JsonObject &inJsonObject) in ParseRelationalSchema() function in DistributedDB::RelationalSchemaObject