Uses of Enum Class
org.jooq.impl.QOM.NullOrdering
Packages that use 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
Methods in org.jooq that return QOM.NullOrderingModifier and TypeMethodDescription@Nullable QOM.NullOrderingSortField.$nullOrdering()Experimental query object model accessor method, see alsoQOM.Methods in org.jooq with parameters of type QOM.NullOrderingModifier and TypeMethodDescriptionSortField.$nullOrdering(QOM.NullOrdering newOrdering) Experimental query object model mutator method, see alsoQOM. -
Uses of QOM.NullOrdering in org.jooq.impl
Subclasses with type arguments of type QOM.NullOrdering in org.jooq.implMethods in org.jooq.impl that return QOM.NullOrderingModifier and TypeMethodDescriptionstatic QOM.NullOrderingReturns 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.