Method: (DB-CURSOR DB)

Source

(defmethod db-cursor ((db db) &key txn write)
  (db-cursor (db-handle db) :txn txn :write write))
Source Context