Interface

LimitOption

LimitOption

Exposes the LIMIT method and remaining options

View Source query/options.ts, line 67

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

# limit(selector) → {OffsetOption}

Limits the results to the provided number

Parameters:
Name Type Description
selector LimitSelector

View Source query/options.ts, line 78

OffsetOption