Documentation
extended db environment using special buffer
readers and writers. All Databases and Cursor
opened according to this environment are using
the reader and writer functions
Slots
Hierachy
Precedence List
Source
(defclass db-ext-env (db-env)
((buf-reader :accessor buf-reader :initarg :buf-reader)
(buf-writer :accessor buf-writer :initarg :buf-writer))
(:documentation "extended db environment using special buffer
readers and writers. All Databases and Cursor
opened according to this environment are using
the reader and writer functions"))
Source Context