# File lib/amalgalite/csv_table_importer.rb, line 35
    def column_names
      @table.columns_in_order.collect { |c| c.name }
    end