Generic Function: OPEN-TRANSACTION

Documentation

Adds a transaction to the set of open transactions.

Source

(defgeneric open-transaction (cache transaction)
  (:documentation "Adds a transaction to the set of open
transactions."))
Source Context