Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_utils.cpp311 static const std::map<std::string, FieldType> FIELD_TYPE_DIC = { in ParseSchemaAttribute() local
326 if (FIELD_TYPE_DIC.find(attrContext[0]) == FIELD_TYPE_DIC.end()) { in ParseSchemaAttribute()
330 outAttr.type = FIELD_TYPE_DIC.at(attrContext[0]); in ParseSchemaAttribute()