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
Name | Type | Description |
---|---|---|
Factory<Container<QueryToken<AskToken>>, T> | The factory to create the generic finish of the | |
C | The related container with the data for the | |
O | The base base from where to create the |
Returns
The AskClause
statement created from the object provided.