# File lib/dbi/row.rb, line 65
  def clone_with(new_values)
    # Create a new row with 'new_values', reusing the field name hash. 
    Row.new(@col_names, new_values)
  end