Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_multi_ver_transaction.cpp1401 …auto readOriTime = static_cast<Timestamp>(sqlite3_column_int64(statement, 1)); // the second for o… in CheckIfNeedSaveRecord() local
1412 isNeedSave = ((readTime < timestamp) && (readOriTime != oriTimestamp || value != origVal)); in CheckIfNeedSaveRecord()
1414 …"%" PRIu64 ", %d", readOriTime, oriTimestamp, readTime, timestamp, readVersion, version_, isNeedSa… in CheckIfNeedSaveRecord()