Uses of Interface
org.jooq.WindowSpecification
-
Packages that use WindowSpecification Package Description org.jooq This package contains jOOQ's public API. -
-
Uses of WindowSpecification in org.jooq
Subinterfaces of WindowSpecification in org.jooq Modifier and Type Interface Description interfaceWindowDefinitionA window definition.interfaceWindowSpecificationExcludeStepAn intermediate step in the construction of aWindowSpecification.interfaceWindowSpecificationFinalStepAn 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 with parameters of type WindowSpecification Modifier and Type Method Description @NotNull WindowDefinitionName. as(WindowSpecification window)Create aWindowDefinitionfrom this name.@NotNull WindowFinalStep<T>WindowOverStep. over(WindowSpecification specification)Turn this aggregate function into a window function.
-