OrderCondition
Description
Object that sets and specific order for a condition to be used in OrderClause.
Methods
_getOrderCondition(): ExplicitOrderConditionTokenOrderCondition
Description
Constant with the utils for OrderCondition objects.
Methods
createFrom<C extends Container<ExplicitOrderConditionToken>, O extends object>( container: C, object: O ): O & OrderConditionFactory function that allows to crete a OrderCondition 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 OrderCondition statement created from the object provided.