Uses of Interface
org.jooq.WindowBeforeOverStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of WindowBeforeOverStep in org.jooq
Modifier and TypeInterfaceDescriptioninterface
The step in the specification of aggregate functions where the SQL:2003 standardFILTER clause
can be added.interface
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 WindowBeforeOverStep<T>
AggregateFilterStep.filterWhere
(String sql) Add aFILTER clause
to the aggregate function.@NotNull WindowBeforeOverStep<T>
AggregateFilterStep.filterWhere
(String sql, Object... bindings) Add aFILTER clause
to the aggregate function.@NotNull WindowBeforeOverStep<T>
AggregateFilterStep.filterWhere
(String sql, QueryPart... parts) Add aFILTER clause
to the aggregate function.@NotNull WindowBeforeOverStep<T>
AggregateFilterStep.filterWhere
(Collection<? extends Condition> conditions) Add aFILTER clause
to the aggregate function, connecting conditions with each other withOperator.AND
.@NotNull WindowBeforeOverStep<T>
AggregateFilterStep.filterWhere
(Condition condition) Add aFILTER clause
to the aggregate function, connecting conditions with each other withOperator.AND
.@NotNull WindowBeforeOverStep<T>
AggregateFilterStep.filterWhere
(Condition... conditions) Add aFILTER clause
to the aggregate function, connecting conditions with each other withOperator.AND
.@NotNull WindowBeforeOverStep<T>
AggregateFilterStep.filterWhere
(Field<Boolean> field) Add aFILTER clause
to the aggregate function.@NotNull WindowBeforeOverStep<T>
AggregateFilterStep.filterWhere
(SQL sql) Add aFILTER clause
to the aggregate function. -
Uses of WindowBeforeOverStep 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.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
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