Cursor Method

BerkeleyDB

Overload List

  NameDescription
Cursor()()()
Create a database cursor.
(Inherited from BaseDatabase.)
Cursor(CursorConfig)
Create a database cursor with the given configuration.
(Inherited from BaseDatabase.)
Cursor(Transaction)
Create a transactionally protected database cursor.
(Inherited from BaseDatabase.)
Cursor(CursorConfig, Transaction)
Create a transactionally protected database cursor with the given configuration.
(Inherited from BaseDatabase.)

See Also