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