Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/
H A Dschema_constant.h48 static const std::string KEYWORD_ATTR_VALUE_NULL; variable
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/
H A Dschema_constant.cpp41 const std::string SchemaConstant::KEYWORD_ATTR_VALUE_NULL = "null"; member in DistributedDB::SchemaConstant
H A Dschema_utils.cpp249 …if (defaultContent.compare(SchemaConstant::KEYWORD_ATTR_VALUE_NULL) == 0 && outAttr.hasNotNullCons… in TransformDefaultValue()
252 } else if (defaultContent.compare(SchemaConstant::KEYWORD_ATTR_VALUE_NULL) == 0) { in TransformDefaultValue()