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