Uses of Interface
org.jooq.OptionallyOrderedAggregateFunction
Packages that use OptionallyOrderedAggregateFunction
-
Uses of OptionallyOrderedAggregateFunction in org.jooq.impl
Subinterfaces of OptionallyOrderedAggregateFunction in org.jooq.implModifier and TypeInterfaceDescriptionstatic interfaceQOM.MaxBy<T>TheMAX BYfunction.static interfaceQOM.MinBy<T>TheMIN BYfunction.Methods in org.jooq.impl that return OptionallyOrderedAggregateFunctionModifier and TypeMethodDescriptionstatic <T> @NotNull OptionallyOrderedAggregateFunction<T> TheMAX_BYfunction.static <T> @NotNull OptionallyOrderedAggregateFunction<T> TheMIN_BYfunction.