OrderCondition

Description

Object that sets and specific order for a condition to be used in OrderClause.

Methods

_getOrderCondition(): ExplicitOrderConditionToken

OrderCondition

Description

Constant with the utils for OrderCondition objects.

Methods

createFrom<C extends Container<ExplicitOrderConditionToken>, O extends object>( container: C, object: O ): O & OrderCondition

Factory function that allows to crete a OrderCondition from the object provided.

Parameters

NameTypeDescription
C

The related container with the data for the OrderCondition statement.

O

The base base from where to create the OrderCondition statement.

Returns

The OrderCondition statement created from the object provided.