Class: EXT-CURSOR

Documentation

this cursor is generated, when you use db-cursor with an database being type of db-ext

Slots

  • ENV

Hierachy

Precedence List

Source

(defclass ext-cursor (cursor)
  ((env :accessor db-get-env :initarg :env))
  (:documentation "this cursor is generated, when you use db-cursor with
                   an database being type of db-ext")
  )
Source Context