Uses of Interface
org.jooq.WindowSpecificationFinalStep
-
Packages that use WindowSpecificationFinalStep Package Description org.jooq Theorg.jooq
package contains jOOQ's public API. -
-
Uses of WindowSpecificationFinalStep in org.jooq
Subinterfaces of WindowSpecificationFinalStep in org.jooq Modifier and Type Interface Description interface
WindowDefinition
A window definition.interface
WindowSpecificationExcludeStep
An intermediate step in the construction of aWindowSpecification
.interface
WindowSpecificationOrderByStep
An intermediate step in the construction of aWindowSpecification
.interface
WindowSpecificationPartitionByStep
An intermediate step in the construction of aWindowSpecification
.interface
WindowSpecificationRowsStep
An intermediate step in the construction of aWindowSpecification
.Methods in org.jooq that return WindowSpecificationFinalStep Modifier and Type Method Description WindowSpecificationFinalStep
WindowSpecificationExcludeStep. excludeCurrentRow()
Add anEXCLUDE CURRENT ROW
clause.WindowSpecificationFinalStep
WindowSpecificationExcludeStep. excludeGroup()
Add anEXCLUDE GROUP
clause.WindowSpecificationFinalStep
WindowSpecificationExcludeStep. excludeNoOthers()
Add anEXCLUDE NO OTHERS
clause.WindowSpecificationFinalStep
WindowSpecificationExcludeStep. excludeTies()
Add anEXCLUDE TIES
clause.
-