Class

SelectorBasedClause

(abstract) SelectorBasedClause(clauseopt)

Constructor

# abstract new SelectorBasedClause(clauseopt)

The base Selector based clause

Parameters:
Name Type Attributes Description
clause ClauseArg <optional>

View Source query/clauses/SelectorBasedClause.ts, line 10

Extends

Members

# protected selector

Stores the selector

Properties:
Name Type Description
selector

View Source query/clauses/SelectorBasedClause.ts, line 29

S

# protected selector

Stores the selector

Properties:
Name Type Description
selector

View Source query/clauses/SelectorBasedClause.ts, line 53

Methods

# execute(args) → {Promise.<V>}

Processes itself

Parameters:
Name Type Description
args Array.<any>
Inherited From:
Implements:

View Source interfaces/Executor.ts, line 14

Promise.<V>

# getPriority()

return the priority of the clause

Overrides:
See:

View Source query/Clause.ts, line 50

# async paginate(size) → {Promise.<Paginator.<R, Q>>}

Parameters:
Name Type Description
size number
Inherited From:

View Source query/Clause.ts, line 111

Promise.<Paginator.<R, Q>>