Uses of Interface
org.jooq.WindowBeforeOverStep
Packages that use WindowBeforeOverStep
-
Uses of WindowBeforeOverStep in org.jooq
Subinterfaces of WindowBeforeOverStep in org.jooqModifier and TypeInterfaceDescriptioninterfaceThe step in the specification of aggregate functions where the SQL:2003 standardFILTER clausecan be added.interfaceAn 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 WindowBeforeOverStepModifier and TypeMethodDescription@NotNull WindowBeforeOverStep<T>AggregateFilterStep.filterWhere(String sql)Add aFILTER clauseto the aggregate function.@NotNull WindowBeforeOverStep<T>AggregateFilterStep.filterWhere(String sql, Object... bindings)Add aFILTER clauseto the aggregate function.@NotNull WindowBeforeOverStep<T>AggregateFilterStep.filterWhere(String sql, QueryPart... parts)Add aFILTER clauseto the aggregate function.@NotNull WindowBeforeOverStep<T>AggregateFilterStep.filterWhere(Collection<? extends Condition> conditions)Add aFILTER clauseto the aggregate function, connecting conditions with each other withOperator.AND.@NotNull WindowBeforeOverStep<T>AggregateFilterStep.filterWhere(Condition condition)Add aFILTER clauseto the aggregate function, connecting conditions with each other withOperator.AND.@NotNull WindowBeforeOverStep<T>AggregateFilterStep.filterWhere(Condition... conditions)Add aFILTER clauseto the aggregate function, connecting conditions with each other withOperator.AND.@NotNull WindowBeforeOverStep<T>AggregateFilterStep.filterWhere(Field<Boolean> field)Add aFILTER clauseto the aggregate function.@NotNull WindowBeforeOverStep<T>AggregateFilterStep.filterWhere(SQL sql)Add aFILTER clauseto the aggregate function.