Description
Helper builder for generate patters.
Methods
minus( patterns: Pattern<PatternToken> | Pattern<PatternToken>[] ): MinusPatternCreates a MinusPattern for the patterns specified which will be excluded from the query.
Conflict with OperationExpressionsBuilder.minus See NotTriplePattersBuilder.minus for the original method.
Parameters
| Name | Type | Description |
|---|---|---|
| Pattern<PatternToken> | Pattern<PatternToken>[] | The patterns to be enclosed in a minus group. |
PatternBuilder
Description
Constant with the utils for PatternBuilder objects.
Methods
createFrom<C extends Container<undefined>, O extends object>( container: C, object: O ): O & PatternBuilderFactory function that allows to crete a PatternBuilder 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 PatternBuilder statement created from the object provided.