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 FIRST
clause to this sort fieldSortField.nullsLast()
Add aNULLS LAST
clause to this sort field@NotNull SortField<?>
ParseContext.parseSortField()
Parse aSortField
expression 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.Modifier and TypeMethodDescription@NotNull QOM.UnmodifiableList<? extends SortField<?>>
Select.$orderBy()
Experimental query object model accessor method, see alsoQOM
.@NotNull QOM.UnmodifiableList<? extends SortField<?>>
WindowSpecification.$orderBy()
Experimental query object model accessor method, see alsoQOM
.Index.getFields()
The sort field expressions on which this index is defined.