Uses of Interface
org.jooq.WindowSpecificationRowsAndStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of WindowSpecificationRowsAndStep in org.jooq
Modifier and TypeMethodDescription@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.groupsBetweenCurrentRow()
Add aGROUPS BETWEEN CURRENT ROW …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.groupsBetweenFollowing
(int number) Add aGROUPS BETWEEN [number] FOLLOWING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.groupsBetweenPreceding
(int number) Add aGROUPS BETWEEN [number] PRECEDING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.groupsBetweenUnboundedFollowing()
Add aGROUPS BETWEEN UNBOUNDED FOLLOWING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.groupsBetweenUnboundedPreceding()
Add aGROUPS BETWEEN UNBOUNDED PRECEDING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.rangeBetweenCurrentRow()
Add aRANGE BETWEEN CURRENT ROW …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.rangeBetweenFollowing
(int number) Add aRANGE BETWEEN [number] FOLLOWING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.rangeBetweenPreceding
(int number) Add aRANGE BETWEEN [number] PRECEDING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.rangeBetweenUnboundedFollowing()
Add aRANGE BETWEEN UNBOUNDED FOLLOWING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.rangeBetweenUnboundedPreceding()
Add aRANGE BETWEEN UNBOUNDED PRECEDING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.rowsBetweenCurrentRow()
Add aROWS BETWEEN CURRENT ROW …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.rowsBetweenFollowing
(int number) Add aROWS BETWEEN [number] FOLLOWING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.rowsBetweenPreceding
(int number) Add aROWS BETWEEN [number] PRECEDING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.rowsBetweenUnboundedFollowing()
Add aROWS BETWEEN UNBOUNDED FOLLOWING …
frame clause to the window specification.@NotNull WindowSpecificationRowsAndStep
WindowSpecificationRowsStep.rowsBetweenUnboundedPreceding()
Add aROWS BETWEEN UNBOUNDED PRECEDING …
frame clause to the window specification. -
Uses of WindowSpecificationRowsAndStep in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @NotNull WindowSpecificationRowsAndStep
DSL.groupsBetweenCurrentRow()
Create aWindowSpecification
with aGROUPS
clause.static @NotNull WindowSpecificationRowsAndStep
DSL.groupsBetweenFollowing
(int number) Create aWindowSpecification
with aGROUPS
clause.static @NotNull WindowSpecificationRowsAndStep
DSL.groupsBetweenPreceding
(int number) Create aWindowSpecification
with aGROUPS
clause.static @NotNull WindowSpecificationRowsAndStep
Create aWindowSpecification
with aGROUPS
clause.static @NotNull WindowSpecificationRowsAndStep
Create aWindowSpecification
with aGROUPS
clause.static @NotNull WindowSpecificationRowsAndStep
DSL.rangeBetweenCurrentRow()
Create aWindowSpecification
with aRANGE
clause.static @NotNull WindowSpecificationRowsAndStep
DSL.rangeBetweenFollowing
(int number) Create aWindowSpecification
with aRANGE
clause.static @NotNull WindowSpecificationRowsAndStep
DSL.rangeBetweenPreceding
(int number) Create aWindowSpecification
with aRANGE
clause.static @NotNull WindowSpecificationRowsAndStep
Create aWindowSpecification
with aRANGE
clause.static @NotNull WindowSpecificationRowsAndStep
Create aWindowSpecification
with aRANGE
clause.static @NotNull WindowSpecificationRowsAndStep
DSL.rowsBetweenCurrentRow()
Create aWindowSpecification
with aROWS
clause.static @NotNull WindowSpecificationRowsAndStep
DSL.rowsBetweenFollowing
(int number) Create aWindowSpecification
with aROWS
clause.static @NotNull WindowSpecificationRowsAndStep
DSL.rowsBetweenPreceding
(int number) Create aWindowSpecification
with aROWS
clause.static @NotNull WindowSpecificationRowsAndStep
Create aWindowSpecification
with aROWS
clause.static @NotNull WindowSpecificationRowsAndStep
Create aWindowSpecification
with aROWS
clause.