Searched refs:timeOffsetStr (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/relational/ |
H A D | sqlite_single_ver_relational_storage_executor.cpp | 179 std::string timeOffsetStr = std::to_string(timeOffset); in GeneLogInfoForExistedData() local 185 …ng sql = "INSERT OR REPLACE INTO " + logTable + " SELECT " + rowid + ", '', '', " + timeOffsetStr + in GeneLogInfoForExistedData() 186 …" + " + rowid + ", " + timeOffsetStr + " + " + rowid + ", " + flag + ", " + calPrimaryKeyHash + ",… in GeneLogInfoForExistedData() 197 ", '', '', " + timeOffsetStr + " + " + rowid + ", " + in GeneLogInfoForExistedData() 198 timeOffsetStr + " + " + rowid + ", " + flag + ", " + calPrimaryKeyHash + ", '', "; in GeneLogInfoForExistedData()
|