Uses of Interface
org.jooq.WindowSpecificationFinalStep
Packages that use WindowSpecificationFinalStep
-
Uses of WindowSpecificationFinalStep in org.jooq
Subinterfaces of WindowSpecificationFinalStep in org.jooqModifier and TypeInterfaceDescriptioninterface
A window definition.interface
An intermediate step in the construction of aWindowSpecification
.interface
An intermediate step in the construction of aWindowSpecification
.interface
An intermediate step in the construction of aWindowSpecification
.interface
An intermediate step in the construction of aWindowSpecification
.Methods in org.jooq that return WindowSpecificationFinalStepModifier and TypeMethodDescription@NotNull WindowSpecificationFinalStep
WindowSpecificationExcludeStep.excludeCurrentRow()
Add anEXCLUDE CURRENT ROW
clause.@NotNull WindowSpecificationFinalStep
WindowSpecificationExcludeStep.excludeGroup()
Add anEXCLUDE GROUP
clause.@NotNull WindowSpecificationFinalStep
WindowSpecificationExcludeStep.excludeNoOthers()
Add anEXCLUDE NO OTHERS
clause.@NotNull WindowSpecificationFinalStep
WindowSpecificationExcludeStep.excludeTies()
Add anEXCLUDE TIES
clause.