Uses of Enum Class
org.jooq.SortOrder
-
Uses of SortOrder in org.jooq
Modifier and TypeMethodDescription@NotNull SortOrder
SortField.$sortOrder()
Experimental query object model accessor method, see alsoQOM
.@NotNull SortOrder
SortField.getOrder()
Get the underlying sort order of this sort fieldstatic SortOrder
Returns the enum constant of this class with the specified name.static SortOrder[]
SortOrder.values()
Returns an array containing the constants of this enum class, in the order they are declared.