struct

SeekSettings

Inherits Struct < Value < Object

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.

Constructors

new(home : Bool = true, step : CursorStep = CharStep.new)
Source

Instance methods

clone
Source
copy_with(home _home = @home, step _step = @step)
Source
home
step