Uses of Class
io.github.torand.fastersql.order.Ascending
Packages that use Ascending
Package
Description
Provides classes and interfaces representing order clauses.
-
Uses of Ascending in io.github.torand.fastersql.order
Methods in io.github.torand.fastersql.order that return AscendingModifier and TypeMethodDescriptionstatic Ascending
Orders.asc
(OrderExpression expression) Creates an ascending ordering of an expression.Ascending.nullsFirst()
Ascending.nullsLast()