Uses of Class
org.jooq.SortOrder
-
Packages that use SortOrder Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of SortOrder in org.jooq
Methods in org.jooq that return SortOrder Modifier and Type Method Description SortOrder
SortField. getOrder()
Get the underlying sort order of this sort fieldstatic SortOrder
SortOrder. valueOf(String name)
Returns the enum constant of this type with the specified name.static SortOrder[]
SortOrder. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jooq with parameters of type SortOrder Modifier and Type Method Description SortField<T>
Field. sort(SortOrder order)
Create an ascending/descending sort field from this field.
-