Generic Function: TRANSACTION-START-1

Documentation

Creates and returns a new transaction.

Source

(defgeneric transaction-start-1 (cache rucksack &key &allow-other-keys)
  (:documentation "Creates and returns a new transaction."))
Source Context