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