FinishPatternExtends
Extends
Description
Interface with the methods available to finish a sub-query.
Extends FinishClause
to be compatible with the clauses system, and Pattern
with the Pattern.getPattern
method that is the one used to retrieve the sub-query pattern.
FinishPattern
Description
Constant with the utils for FinishPattern
objects.
Methods
createFrom<C extends Container<SubSelectToken>, O extends object>( container: C, object: O ): O & FinishPattern
Factory function that allows to crete a FinishPattern
from the object provided.
Parameters
Name | Type | Description |
---|---|---|
C | The related container with the data for the | |
O | The base base from where to create the |
Returns
The FinishPattern
statement created from the object provided.