struct

LMDB::Cursor(K, V)

Inherits LMDB::CursorPut / LMDB::CursorGet / LMDB::AbstractCursor / Struct / Value / Object

Read/write cursor.

Constructors

new(transaction : AbstractTransaction, database : Database)
Source

Instance methods

readonly?

Whether self is a readonly cursor.

Source