Uses of Interface
org.jooq.AggregateFilterStep
Packages that use AggregateFilterStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
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 -
Uses of AggregateFilterStep in org.jooq.impl
Subinterfaces of AggregateFilterStep in org.jooq.implModifier and TypeInterfaceDescriptionstatic interfaceQOM.AnyValue<T>TheANY VALUEfunction.static interfaceQOM.ArrayAgg<T>static interfaceTheAVGfunction.static interfaceQOM.BitAndAgg<T extends Number>TheBIT AND AGGfunction.static interfaceQOM.BitNandAgg<T extends Number>TheBIT NAND AGGfunction.static interfaceQOM.BitNorAgg<T extends Number>TheBIT NOR AGGfunction.static interfaceQOM.BitOrAgg<T extends Number>TheBIT OR AGGfunction.static interfaceQOM.BitXNorAgg<T extends Number>TheBIT X NOR AGGfunction.static interfaceQOM.BitXorAgg<T extends Number>TheBIT XOR AGGfunction.static interfaceTheBOOL ANDfunction.static interfaceTheBOOL ORfunction.static interfaceQOM.Collect<T,A extends ArrayRecord<T>> static interfaceTheCORRfunction.static interfaceTheCOUNTfunction.static interfacestatic interfaceTheCOVAR POPfunction.static interfaceTheCOVAR SAMPfunction.static interfacestatic interfacestatic interfaceQOM.Max<T>TheMAXfunction.static interfaceTheMEDIANfunction.static interfaceQOM.Min<T>TheMINfunction.static interfaceQOM.Mode<T>static interfaceQOM.MultisetAgg<R extends Record>static interfaceThePRODUCTfunction.static interfacestatic interfaceTheREGR AVGXfunction.static interfaceTheREGR AVGYfunction.static interfaceTheREGR COUNTfunction.static interfaceTheREGR INTERCEPTfunction.static interfaceTheREGR R2function.static interfaceTheREGR SLOPEfunction.static interfaceTheREGR SXXfunction.static interfaceTheREGR SXYfunction.static interfaceTheREGR SYYfunction.static interfaceTheSTDDEV POPfunction.static interfaceTheSTDDEV SAMPfunction.static interfaceTheSUMfunction.static interfaceTheVAR POPfunction.static interfaceTheVAR SAMPfunction.static interface