Uses of Interface
org.jooq.WindowDefinition
Packages that use WindowDefinition
-
Uses of WindowDefinition in org.jooq
Methods in org.jooq that return WindowDefinitionModifier and TypeMethodDescription@NotNull WindowDefinitionName.as()Create an emptyWindowDefinitionfrom this name.@NotNull WindowDefinitionName.as(WindowSpecification window)Create aWindowDefinitionfrom this name.Methods in org.jooq with parameters of type WindowDefinitionModifier and TypeMethodDescriptionvoidSelectQuery.addWindow(WindowDefinition... definitions)Adds new window definitions to the window clause of the query.@NotNull WindowFinalStep<T>WindowOverStep.over(WindowDefinition definition)Turn this aggregate function into a window function referencing a window definition.@NotNull SelectQualifyStep<R>SelectWindowStep.window(WindowDefinition... definitions)Add aWINDOWclause to the statement.Method parameters in org.jooq with type arguments of type WindowDefinitionModifier and TypeMethodDescriptionvoidSelectQuery.addWindow(Collection<? extends WindowDefinition> definitions)Adds new window definitions to the window clause of the query.@NotNull SelectQualifyStep<R>SelectWindowStep.window(Collection<? extends WindowDefinition> definitions)Add aWINDOWclause to the statement.