Uses of Interface
org.jooq.impl.QOM.AggregateFunction
Packages that use QOM.AggregateFunction
-
Uses of QOM.AggregateFunction in org.jooq.impl
Subinterfaces of QOM.AggregateFunction in org.jooq.implModifier 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.BitNandAgg<T extends Number>
TheBIT NAND AGG
function.static interface
QOM.BitNorAgg<T extends Number>
TheBIT NOR AGG
function.static interface
QOM.BitOrAgg<T extends Number>
TheBIT OR AGG
function.static interface
QOM.BitXNorAgg<T extends Number>
TheBIT X NOR 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
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
Methods in org.jooq.impl that return QOM.AggregateFunctionModifier and TypeMethodDescription@NotNull QOM.AggregateFunction
<T> QOM.AggregateFunction.$filterWhere
(Condition condition)