Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/common/src/
H A Dcollection_option.cpp78 if (!collOpt.IsFieldExists(maxDocField)) { in ReadOption()
H A Ddb_config.cpp55 if (!config.IsFieldExists(configField)) { in CheckAndGetDBConfig()
H A Djson_common.cpp560 if (src.IsFieldExists(itemPath)) { in Append()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/include/
H A Drd_json_object.h92 bool IsFieldExists(const JsonFieldPath &jsonPath) const;
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp556 bool JsonObject::IsFieldExists(const JsonFieldPath &jsonPath) const in IsFieldExists() function in DocumentDB::JsonObject
902 bool JsonObject::IsFieldExists(const JsonFieldPath &jsonPath) const