# File lib/jdbc_adapter/jdbc_derby.rb, line 353
    def recreate_database(db_name)
      tables.each do |t|
        drop_table t
      end
    end