ExpressionsBuilder
Description
Builder with the methods that helps you to expressions.
See https://www.w3.org/TR/sparql11-query/#expressions for more information.
ExpressionsBuilder
Description
Constant with the utils for ExpressionsBuilder objects.
Methods
createFrom<O extends object>( container: Container<undefined>, object: O ): O & ExpressionsBuilderFactory function that allows to crete a ExpressionsBuilder from the object provided.
Parameters
| Name | Type | Description |
|---|---|---|
| Container<undefined> | The related container with the data for the | |
| O | The base base from where to create the |
Returns
The ExpressionsBuilder statement created from the object provided.