Home
last modified time | relevance | path

Searched refs:SET_CLOUD_FLAG (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.cpp56 static constexpr const int SET_CLOUD_FLAG = ~0x02; // set 1th bit of flag to 0 variable
1855 updateLogSql += "device = 'cloud', flag = flag & " + std::to_string(SET_CLOUD_FLAG) + in GetUpdateLogRecordStatement()