Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/
H A Dsqlite_single_ver_relational_storage_executor.cpp54 static constexpr const int SET_FLAG_ZERO_MASK = ~0x04; // clear 2th bit of flag variable
1849 … updateLogSql += "flag = flag & " + std::to_string(SET_FLAG_ZERO_MASK); // clear 2th bit of flag in GetUpdateLogRecordStatement()
1860 std::to_string(SET_FLAG_ZERO_MASK); in GetUpdateLogRecordStatement()