Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/include/cloud/
H A Dschema_mgr.h42 bool CompareNullable(const FieldInfo &localField, const Field &cloudField);
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
H A Dschema_mgr.cpp77 if (!CompareNullable(localField, cloudField)) { in CompareFieldSchema()
131 bool SchemaMgr::CompareNullable(const FieldInfo &localField, const Field &cloudField) in CompareNullable() function in DistributedDB::SchemaMgr