- mdb-cursor-close cursorprocedure
Close a cursor handle.
The cursor handle will be freed and must not be used again after this call. Its transaction must still be live if it is a write-transaction.
- cursor
- A cursor handle returned by (mdb-cursor-open)
Close a cursor handle.
The cursor handle will be freed and must not be used again after this call. Its transaction must still be live if it is a write-transaction.