Module cursor
Available on crate feature
provider
only.Expand description
Cursor database traits.
Structs§
- DupWalker
- Provides an iterator to
Cursor
when handling aDupSort
table. - Range
Walker - Provides a range iterator to
Cursor
when handlingTable
. Also checkWalker
- Reverse
Walker - Provides a reverse iterator to
Cursor
when handlingTable
. Also checkWalker
- Walker
- Provides an iterator to
Cursor
when handlingTable
.
Traits§
- DbCursorRO
- A read-only cursor over table
T
. - DbCursorRW
- Read write cursor over table.
- DbDup
CursorRO - A read-only cursor over the dup table
T
. - DbDup
CursorRW - Read Write Cursor over
DupSorted
table.