Searched refs:insertValueSql (Results 1 – 1 of 1) sorted by relevance
433 std::string insertValueSql = "INSERT INTO sync_data VALUES('ab', '"; variable434 insertValueSql += val;435 insertValueSql += "', 100, " + g_flag + ", '', '', 'efdef', 100);";436 CreateDatabase(std::vector<std::string> {insertValueSql}, INSERT_LOCAL_DATA_V2, property);