# File lib/jdbc_adapter/jdbc_oracle.rb, line 127 def recreate_database(name) tables.each{ |table| drop_table(table) } end