Interface

GroupByOption

GroupByOption

Exposes the GROUP BY method and remaining options

View Source query/options.ts, line 29

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

# groupBy(selector) → {Executor}

Groups records by an attribute

Parameters:
Name Type Description
selector GroupBySelector

View Source query/options.ts, line 40

Executor