Uses of Interface
org.jooq.WindowSpecificationFinalStep
-
Uses of WindowSpecificationFinalStep in org.jooq
Modifier 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
.Modifier 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.