Uses of Interface
io.github.torand.fastersql.order.Order
Packages that use Order
Package
Description
Provides classes and interfaces related to aggregate functions.
Provides classes and interfaces representing order clauses.
Provides classes and interfaces related to statements.
-
Uses of Order in io.github.torand.fastersql.function.aggregate
Methods in io.github.torand.fastersql.function.aggregate that return Order -
Uses of Order in io.github.torand.fastersql.order
Classes in io.github.torand.fastersql.order that implement OrderModifier and TypeClassDescriptionclass
Implements an ascending order clause.class
Implements a descending order clause.Methods in io.github.torand.fastersql.order that return OrderModifier and TypeMethodDescriptiondefault Order
OrderExpression.asc()
Creates an ascending ordering of this expression.default Order
OrderExpression.ascIf
(boolean condition) Creates an ordering of this expression, based on a condition.default Order
OrderExpression.desc()
Creates a descending ordering of this expression.Order.nullsFirst()
Specifies that null values are to be ordered _before_ non-null values.Order.nullsLast()
Specifies that null values are to be ordered _after_ non-null values. -
Uses of Order in io.github.torand.fastersql.statement
Methods in io.github.torand.fastersql.statement with parameters of type OrderModifier and TypeMethodDescriptionAdds one or more ORDER clauses.