Uses of Enum Class
org.rumbledb.expressions.flowr.OrderByClauseSortingKey.EMPTY_ORDER
Packages that use OrderByClauseSortingKey.EMPTY_ORDER
-
Uses of OrderByClauseSortingKey.EMPTY_ORDER in org.rumbledb.expressions.flowr
Methods in org.rumbledb.expressions.flowr that return OrderByClauseSortingKey.EMPTY_ORDERModifier and TypeMethodDescriptionOrderByClauseSortingKey.getEmptyOrder()
Returns the enum constant of this class with the specified name.static OrderByClauseSortingKey.EMPTY_ORDER[]
OrderByClauseSortingKey.EMPTY_ORDER.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.rumbledb.expressions.flowr with parameters of type OrderByClauseSortingKey.EMPTY_ORDERModifierConstructorDescriptionOrderByClauseSortingKey
(Expression expression, boolean ascending, String collationURI, OrderByClauseSortingKey.EMPTY_ORDER empty_order) -
Uses of OrderByClauseSortingKey.EMPTY_ORDER in org.rumbledb.runtime.flwor.expression
Methods in org.rumbledb.runtime.flwor.expression that return OrderByClauseSortingKey.EMPTY_ORDERConstructors in org.rumbledb.runtime.flwor.expression with parameters of type OrderByClauseSortingKey.EMPTY_ORDERModifierConstructorDescriptionOrderByClauseAnnotatedChildIterator
(RuntimeIterator iterator, boolean ascending, String uri, OrderByClauseSortingKey.EMPTY_ORDER empty_order)