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