Method: (DB-CURSOR T)

Source

(defmethod db-cursor (db &key txn write)
  (make-instance 'cursor
		 :handle (%db-cursor db txn
				     :write write)))
Source Context