Searched refs:g_tablesPKey (Results 1 – 2 of 2) sorted by relevance
122 …const std::vector<std::string> g_tablesPKey = {g_cloudFiled1[0].colName, g_cloudFiled2[0].colName}; variable236 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()
117 …const std::vector<std::string> g_tablesPKey = {g_cloudFiled1[0].colName, g_cloudFiled2[0].colName}; variable186 … 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()