Uses of Interface
org.jooq.WindowFinalStep
Packages that use WindowFinalStep
-
Uses of WindowFinalStep in org.jooq
Subinterfaces of WindowFinalStep in org.jooqModifier and TypeInterfaceDescriptioninterface
This type is used for the window function DSL API.interface
This type is used for the window function DSL API.interface
This type is used for the window function DSL API.interface
This type is used for the window function DSL API.Methods in org.jooq that return WindowFinalStepModifier and TypeMethodDescription@NotNull WindowFinalStep<T>
WindowExcludeStep.excludeCurrentRow()
Add anEXCLUDE CURRENT ROW
clause.@NotNull WindowFinalStep<T>
WindowExcludeStep.excludeGroup()
Add anEXCLUDE GROUP
clause.@NotNull WindowFinalStep<T>
WindowExcludeStep.excludeNoOthers()
Add anEXCLUDE NO OTHERS
clause.@NotNull WindowFinalStep<T>
WindowExcludeStep.excludeTies()
Add anEXCLUDE TIES
clause.@NotNull WindowFinalStep<T>
Turn this aggregate function into a window function referencing a window name.@NotNull WindowFinalStep<T>
Turn this aggregate function into a window function referencing a window name.@NotNull WindowFinalStep<T>
WindowOverStep.over
(WindowDefinition definition) Turn this aggregate function into a window function referencing a window definition.@NotNull WindowFinalStep<T>
WindowOverStep.over
(WindowSpecification specification) Turn this aggregate function into a window function.