Class: DB-EXT

Documentation

when using db-open with an environment of db-ext-env, this will be returned. Using this type of Database, the user don't need to worry about cbuffers

Slots

  • ENV

Hierachy

Precedence List

Source

(defclass db-ext (db-txn)
  ((env :accessor db-get-env :initarg :env))
  (:documentation "when using db-open with an environment of db-ext-env,
                   this will be returned. Using this type of Database, the
                   user don't need to worry about cbuffers"))
Source Context