Uses of Interface
org.jooq.WindowSpecificationFinalStep
-
Packages that use WindowSpecificationFinalStep Package Description org.jooq Theorg.jooqpackage 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 WindowSpecificationFinalStepWindowSpecificationExcludeStep. excludeCurrentRow()Add anEXCLUDE CURRENT ROWclause.WindowSpecificationFinalStepWindowSpecificationExcludeStep. excludeGroup()Add anEXCLUDE GROUPclause.WindowSpecificationFinalStepWindowSpecificationExcludeStep. excludeNoOthers()Add anEXCLUDE NO OTHERSclause.WindowSpecificationFinalStepWindowSpecificationExcludeStep. excludeTies()Add anEXCLUDE TIESclause.
-