Interface

OffsetOption

OffsetOption

Exposes the OFFSET method and remaining options

View Source query/options.ts, line 48

Extends

Methods

# build() → {Q}

Method to build and validate the prepared statement before the execution;

.

Method to build and validate the prepared statement before the execution;

Inherited From:

View Source query/options.ts, line 21

for invalid statements

QueryError
Q

# offset(selector) → {Executor}

Offsets the results by the provided selector

Parameters:
Name Type Description
selector OffsetSelector

View Source query/options.ts, line 59

Executor