AskClause

Description

Interface with the methods available to make a ASK query.

Methods

ask(): FromClause<T>

Set that the query will ask for a pattern matching.

AskClause

Description

Constant with the utils for AskClause objects.

Methods

createFrom<C extends Container<QueryToken>, T extends FinishClause, O extends object>( genericFactory: Factory<Container<QueryToken<AskToken>>, T>, container: C, object: O ): O & AskClause<T>

Factory function that allows to crete a AskClause from the object provided.

Parameters

NameTypeDescription
Factory<Container<QueryToken<AskToken>>, T>

The factory to create the generic finish of the AskClause statement.

C

The related container with the data for the AskClause statement.

O

The base base from where to create the AskClause statement.

Returns

The AskClause statement created from the object provided.