Uses of Enum Class
org.jooq.impl.QOM.NullOrdering
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of QOM.NullOrdering in org.jooq
Modifier and TypeMethodDescription@Nullable QOM.NullOrdering
SortField.$nullOrdering()
Experimental query object model accessor method, see alsoQOM
.Modifier and TypeMethodDescriptionSortField.$nullOrdering
(QOM.NullOrdering newOrdering) Experimental query object model mutator method, see alsoQOM
. -
Uses of QOM.NullOrdering in org.jooq.impl
Modifier and TypeMethodDescriptionstatic QOM.NullOrdering
Returns the enum constant of this class with the specified name.static QOM.NullOrdering[]
QOM.NullOrdering.values()
Returns an array containing the constants of this enum class, in the order they are declared.