Uses of Interface
org.jooq.AggregateFilterStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of AggregateFilterStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
An aggregate function.interface
The SQL standardARRAY_AGG()
function.interface
MySQL'sGROUP_CONCAT
function.interface
MySQL'sGROUP_CONCAT
function.interface
A step in the construction ofDSL.jsonArrayAgg(Field)
orDSL.jsonbArrayAgg(Field)
functions where theNULL
clause can be defined.interface
A step in the construction ofDSL.jsonArrayAgg(Field)
orDSL.jsonbArrayAgg(Field)
functions where theORDER BY
clause can be defined.interface
A step in the construction ofDSL.jsonArrayAgg(Field)
orDSL.jsonbArrayAgg(Field)
functions where theRETURNING
clause can be defined.interface
A step in the construction ofDSL.jsonObjectAgg(JSONEntry)
orDSL.jsonbObjectAgg(JSONEntry)
functions where theNULL
clause can be defined.interface
A step in the construction ofDSL.jsonObjectAgg(JSONEntry)
orDSL.jsonbObjectAgg(JSONEntry)
functions where theRETURNING
clause can be defined.interface
The SQL standardARRAY_AGG()
function.Modifier and TypeMethodDescription@NotNull AggregateFilterStep<T>
AggregateFunction.keepDenseRankFirstOrderBy
(Collection<? extends OrderField<?>> fields) Restrict this aggregate function toFIRST
values@NotNull AggregateFilterStep<T>
AggregateFunction.keepDenseRankFirstOrderBy
(OrderField<?>... fields) Restrict this aggregate function toFIRST
values@NotNull AggregateFilterStep<T>
AggregateFunction.keepDenseRankLastOrderBy
(Collection<? extends OrderField<?>> fields) Restrict this aggregate function toLAST
values@NotNull AggregateFilterStep<T>
AggregateFunction.keepDenseRankLastOrderBy
(OrderField<?>... fields) Restrict this aggregate function toLAST
values@NotNull AggregateFilterStep<T>
ArrayAggOrderByStep.orderBy
(Collection<? extends OrderField<?>> fields) Add anORDER BY
clause to the function.@NotNull AggregateFilterStep<T>
ArrayAggOrderByStep.orderBy
(OrderField<?>... fields) Add anORDER BY
clause to the function.@NotNull AggregateFilterStep<T>
XMLAggOrderByStep.orderBy
(Collection<? extends OrderField<?>> fields) Add anORDER BY
clause to the function.@NotNull AggregateFilterStep<T>
XMLAggOrderByStep.orderBy
(OrderField<?>... fields) Add anORDER BY
clause to the function.@NotNull AggregateFilterStep<T>
Add aRETURNING
clause to theJSON_ARRAYAGG
function.@NotNull AggregateFilterStep<T>
Add aRETURNING
clause to theJSON_ARRAYAGG
function.@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
Modifier and TypeInterfaceDescriptionstatic interface
QOM.AnyValue<T>
TheANY VALUE
function.static interface
QOM.ArrayAgg<T>
static interface
TheAVG
function.static interface
QOM.BitAndAgg<T extends Number>
TheBIT AND AGG
function.static interface
QOM.BitOrAgg<T extends Number>
TheBIT OR AGG
function.static interface
QOM.BitXorAgg<T extends Number>
TheBIT XOR AGG
function.static interface
TheBOOL AND
function.static interface
TheBOOL OR
function.static interface
QOM.Collect<T,
A extends ArrayRecord<T>> static interface
TheCORR
function.static interface
TheCOUNT
function.static interface
static interface
TheCOVAR POP
function.static interface
TheCOVAR SAMP
function.static interface
static interface
static interface
QOM.Max<T>
TheMAX
function.static interface
TheMEDIAN
function.static interface
QOM.Min<T>
TheMIN
function.static interface
QOM.Mode<T>
static interface
QOM.MultisetAgg<R extends Record>
static interface
ThePRODUCT
function.static interface
static interface
TheREGR AVGX
function.static interface
TheREGR AVGY
function.static interface
TheREGR COUNT
function.static interface
TheREGR INTERCEPT
function.static interface
TheREGR R2
function.static interface
TheREGR SLOPE
function.static interface
TheREGR SXX
function.static interface
TheREGR SXY
function.static interface
TheREGR SYY
function.static interface
TheSTDDEV POP
function.static interface
TheSTDDEV SAMP
function.static interface
TheSUM
function.static interface
TheVAR POP
function.static interface
TheVAR SAMP
function.static interface