Home
last modified time | relevance | path

Searched defs:cloudField (Results 1 – 1 of 1) sorted by relevance

/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/cloud/
Dschema_mgr.cpp59 for (const Field &cloudField : cloudFields) { in CompareFieldSchema() local
98 bool SchemaMgr::IsAssetPrimaryField(const Field &cloudField) in IsAssetPrimaryField()
103 bool SchemaMgr::CompareType(const FieldInfo &localField, const Field &cloudField) in CompareType()
128 bool SchemaMgr::CompareNullable(const FieldInfo &localField, const Field &cloudField) in CompareNullable()
133 …SchemaMgr::ComparePrimaryField(std::map<int, FieldName> &localPrimaryKeys, const Field &cloudField) in ComparePrimaryField()