Uses of Interface
org.jooq.SortField
Packages that use SortField
-
Uses of SortField in org.jooq
Modifier and TypeMethodDescriptionField.asc()Create an ascending sort field from this field.Field.desc()Create a descending sort field from this field.SortField.nullsFirst()Add aNULLS FIRSTclause to this sort fieldSortField.nullsLast()Add aNULLS LASTclause to this sort field@NotNull SortField<?>ParseContext.parseSortField()Parse aSortFieldexpression or fail if the current expression is not a sort field.<Z> @NotNull SortField<Z>Create an indirected sort field.Create an ascending/descending sort field from this field.Field.sortAsc(Collection<T> sortList)Create an indirected sort field.Create an indirected sort field.Field.sortDefault()Create a default sorted (implicitASC) from this field.Field.sortDesc(Collection<T> sortList)Create an indirected sort field.Create an indirected sort field.