Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp494 auto itInTable = inTableFields.begin(); in CompareWithTableFields() local
504 …if (itInTable->second.IsNotNull() && !itInTable->second.HasDefaultValue()) { // Upgrade field not … in CompareWithTableFields()
510 itInTable++; // Next in table field in CompareWithTableFields()
518 if (itInTable == inTableFields.end()) { in CompareWithTableFields()
522 while (itInTable != inTableFields.end()) { in CompareWithTableFields()
523 if (itInTable->second.IsNotNull() && !itInTable->second.HasDefaultValue()) { in CompareWithTableFields()
527 itInTable++; in CompareWithTableFields()
554 auto itInTable = inTableUnique.begin(); in CompareWithTableUnique() local
560 itInTable++; in CompareWithTableUnique()
569 auto itInTable = inTableIndex.begin(); in CompareWithTableIndex() local
[all …]