this cursor is generated, when you use db-cursor with an database being type of db-ext
(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