# File lib/jdbc_adapter/jdbc_postgre.rb, line 180 def recreate_database(name) tables.each{|t| drop_table(t)} end