Uses of Interface
org.jooq.WindowSpecificationFinalStep
-
Packages that use WindowSpecificationFinalStep Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of WindowSpecificationFinalStep in org.jooq
Subinterfaces of WindowSpecificationFinalStep in org.jooq Modifier and Type Interface Description interfaceWindowDefinitionA window definition.interfaceWindowSpecificationExcludeStepAn intermediate step in the construction of aWindowSpecification.interfaceWindowSpecificationOrderByStepAn intermediate step in the construction of aWindowSpecification.interfaceWindowSpecificationPartitionByStepAn intermediate step in the construction of aWindowSpecification.interfaceWindowSpecificationRowsStepAn intermediate step in the construction of aWindowSpecification.Methods in org.jooq that return WindowSpecificationFinalStep Modifier and Type Method Description @NotNull WindowSpecificationFinalStepWindowSpecificationExcludeStep. excludeCurrentRow()Add anEXCLUDE CURRENT ROWclause.@NotNull WindowSpecificationFinalStepWindowSpecificationExcludeStep. excludeGroup()Add anEXCLUDE GROUPclause.@NotNull WindowSpecificationFinalStepWindowSpecificationExcludeStep. excludeNoOthers()Add anEXCLUDE NO OTHERSclause.@NotNull WindowSpecificationFinalStepWindowSpecificationExcludeStep. excludeTies()Add anEXCLUDE TIESclause.
-