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