Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/src/relational/
H A Dtable_info.cpp445 int primaryKeyResult = CompareWithPrimaryKey(primaryKey_, inTableInfo.GetPrimaryKey()); in CompareWithTable()
474 int TableInfo::CompareWithPrimaryKey(const std::map<int, FieldName> &local, in CompareWithPrimaryKey() function in DistributedDB::TableInfo
653 !CompareWithPrimaryKey(primaryKey_, liteTableInfo.GetPrimaryKey())) { // LCOV_EXCL_BR_LINE in CompareWithLiteSchemaTable()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/common/include/relational/
H A Dtable_info.h135 …int CompareWithPrimaryKey(const std::map<int, FieldName> &local, const std::map<int, FieldName> &r…