# File lib/database_cleaner/data_mapper/truncation.rb, line 17
      def storage_names(repository = :default)
        select 'SHOW TABLES'
      end