Home
last modified time | relevance | path

Searched refs:primaryKeyResult (Results 1 – 1 of 1) 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() local
446 if (primaryKeyResult == -E_RELATIONAL_TABLE_INCOMPATIBLE) { in CompareWithTable()