Skip to content

SelectQueryBuilder.offset() method

Home > @direct-sqlite/core > SelectQueryBuilder > offset

Configures a skip index boundary offset for row selections.

Signature:

offset(value: number): this;

Parameter

Type

Description

value

number

The number of rows to skip before starting to return results from the query. Should be a non-negative integer.

Returns:

this