Home
last modified time | relevance | path

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