# File lib/dbd_interbase/InterBase.rb, line 151 def finish @handle.drop rescue IBError => err raise DBI::DatabaseError.new(err.message) end