Module cursor
Expand description
Cursor database traits.
Structs§
- Provides an iterator to
Cursor
when handling aDupSort
table. - Provides an iterator to
Cursor
when handlingTable
.
Traits§
- A read-only cursor over table
T
. - Read write cursor over table.
- A read-only cursor over the dup table
T
. - Read Write Cursor over
DupSorted
table.