Uses of Interface
org.jooq.AggregateFilterStep
Packages that use AggregateFilterStep
-
Uses of AggregateFilterStep in org.jooq
Subinterfaces of AggregateFilterStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceAn aggregate function.interfaceThe SQL standardARRAY_AGG()function.interfaceMySQL'sGROUP_CONCATfunction.interfaceMySQL'sGROUP_CONCATfunction.interfaceA step in the construction ofDSL.jsonArrayAgg(Field)orDSL.jsonbArrayAgg(Field)functions where theNULLclause can be defined.interfaceA step in the construction ofDSL.jsonArrayAgg(Field)orDSL.jsonbArrayAgg(Field)functions where theORDER BYclause can be defined.interfaceA step in the construction ofDSL.jsonArrayAgg(Field)orDSL.jsonbArrayAgg(Field)functions where theRETURNINGclause can be defined.interfaceA step in the construction ofDSL.jsonObjectAgg(JSONEntry)orDSL.jsonbObjectAgg(JSONEntry)functions where theNULLclause can be defined.interfaceA step in the construction ofDSL.jsonObjectAgg(JSONEntry)orDSL.jsonbObjectAgg(JSONEntry)functions where theRETURNINGclause can be defined.interfaceThe SQL standardARRAY_AGG()function.Methods in org.jooq that return AggregateFilterStepModifier and TypeMethodDescription@NotNull AggregateFilterStep<T>AggregateFunction.keepDenseRankFirstOrderBy(Collection<? extends OrderField<?>> fields)Restrict this aggregate function toFIRSTvalues@NotNull AggregateFilterStep<T>AggregateFunction.keepDenseRankFirstOrderBy(OrderField<?>... fields)Restrict this aggregate function toFIRSTvalues@NotNull AggregateFilterStep<T>AggregateFunction.keepDenseRankLastOrderBy(Collection<? extends OrderField<?>> fields)Restrict this aggregate function toLASTvalues@NotNull AggregateFilterStep<T>AggregateFunction.keepDenseRankLastOrderBy(OrderField<?>... fields)Restrict this aggregate function toLASTvalues@NotNull AggregateFilterStep<T>ArrayAggOrderByStep.orderBy(Collection<? extends OrderField<?>> fields)Add anORDER BYclause to the function.@NotNull AggregateFilterStep<T>ArrayAggOrderByStep.orderBy(OrderField<?>... fields)Add anORDER BYclause to the function.@NotNull AggregateFilterStep<T>XMLAggOrderByStep.orderBy(Collection<? extends OrderField<?>> fields)Add anORDER BYclause to the function.@NotNull AggregateFilterStep<T>XMLAggOrderByStep.orderBy(OrderField<?>... fields)Add anORDER BYclause to the function.@NotNull AggregateFilterStep<T>Add aRETURNINGclause to theJSON_ARRAYAGGfunction.@NotNull AggregateFilterStep<T>Add aRETURNINGclause to theJSON_ARRAYAGGfunction.@NotNull AggregateFilterStep<T>OrderedAggregateFunction.withinGroupOrderBy(Collection<? extends OrderField<?>> fields)Add anWITHIN GROUP (ORDER BY ..)clause to the ordered aggregate function@NotNull AggregateFilterStep<T>OrderedAggregateFunction.withinGroupOrderBy(OrderField<?>... fields)Add anWITHIN GROUP (ORDER BY ..)clause to the ordered aggregate function<T> @NotNull AggregateFilterStep<T>OrderedAggregateFunctionOfDeferredType.withinGroupOrderBy(OrderField<T> field)Add anWITHIN GROUP (ORDER BY ..)clause to the ordered aggregate function