Uses of Class
io.github.torand.fastersql.order.Descending
Packages that use Descending
Package
Description
Provides classes and interfaces representing order clauses.
-
Uses of Descending in io.github.torand.fastersql.order
Methods in io.github.torand.fastersql.order that return DescendingModifier and TypeMethodDescriptionstatic Descending
Orders.desc
(OrderExpression expression) Creates a descending ordering of an expression.Descending.nullsFirst()
Descending.nullsLast()