Uses of Class
org.jooq.SortOrder
-
Packages that use SortOrder Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of SortOrder in org.jooq
Methods in org.jooq that return SortOrder Modifier and Type Method Description @NotNull SortOrderSortField. getOrder()Get the underlying sort order of this sort fieldstatic SortOrderSortOrder. 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 @NotNull SortField<T>Field. sort(SortOrder order)Create an ascending/descending sort field from this field.
-