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