Home
last modified time | relevance | path

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

/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/interfaces/
H A Ddistributeddb_cloud_interfaces_relational_remove_device_data_test.cpp122 …const std::vector<std::string> g_tablesPKey = {g_cloudFiled1[0].colName, g_cloudFiled2[0].colName}; variable
236 string updateAge = "Delete from " + g_tables[i] + " where " + g_tablesPKey[i] + " in ("; in DeleteUserTableRecord()
251 …ng updateAge = "UPDATE " + g_tables[i] + " SET height = 111.11 where " + g_tablesPKey[i] + " in ("; in UpdateUserTableRecord()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/cloud/
H A Ddistributeddb_cloud_interfaces_relational_sync_test.cpp117 …const std::vector<std::string> g_tablesPKey = {g_cloudFiled1[0].colName, g_cloudFiled2[0].colName}; variable
186 … string updateAge = "UPDATE " + g_tables[i] + " SET age = '99' where " + g_tablesPKey[i] + " in ("; in UpdateUserTableRecord()
201 string updateAge = "Delete from " + g_tables[i] + " where " + g_tablesPKey[i] + " in ("; in DeleteUserTableRecord()