struct SeekSettings
- SeekSettings
- Struct
- Value
- Object
Overview
Describes how a cursor should seek. Belongs primarily to
Cursor#seek, but may be required or allowed by other,
descendant methods.
#home describes whether the seek-d column should persist
as the cursor's home column.
#step specifies which CursorStep should be used to seek
the desired index.