Generic Function: UNDO-OBJECT-COMMIT

Documentation

If the object version list contains a version with the given transaction-id, unhook that version from the list. Returns T if the object was already comitted, otherwise nil.

Source

(defgeneric undo-object-commit (cache transaction-id object-id)
  (:documentation "If the object version list contains a version with
the given transaction-id, unhook that version from the list.  Returns
T if the object was already comitted, otherwise nil."))
Source Context