Cursor Method

BerkeleyDB

Overload List

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

See Also