Uses of Interface
org.jooq.OptionallyOrderedAggregateFunction
-
Uses of OptionallyOrderedAggregateFunction in org.jooq.impl
Modifier and TypeInterfaceDescriptionstatic interface
QOM.MaxBy<T>
TheMAX BY
function.static interface
QOM.MinBy<T>
TheMIN BY
function.Modifier and TypeMethodDescriptionstatic <T> @NotNull OptionallyOrderedAggregateFunction
<T> TheMAX_BY
function.static <T> @NotNull OptionallyOrderedAggregateFunction
<T> TheMIN_BY
function.