Searched refs:strValueSql (Results 1 – 1 of 1) sorted by relevance
323 std::string strValueSql; in Insert() local332 strValueSql += strRowValueSql + ","; in Insert()334 strValueSql.pop_back(); in Insert()335 std::string sql = INSERT + table + strColumnSql + VALUES + strValueSql; in Insert()