Uses of Interface
org.jooq.WindowSpecificationExcludeStep
Package
Description
This package contains jOOQ's public API.
This package contains jOOQ's implementation classes.
-
Uses of WindowSpecificationExcludeStep in org.jooq
Modifier and TypeMethodDescription@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsAndStep.andCurrentRow()
Add a… AND CURRENT ROW
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsAndStep.andFollowing
(int number) Add a… AND [number] FOLLOWING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsAndStep.andPreceding
(int number) Add a… AND [number] PRECEDING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsAndStep.andUnboundedFollowing()
Add a… AND UNBOUNDED FOLLOWING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsAndStep.andUnboundedPreceding()
Add a… AND UNBOUNDED PRECEDING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.groupsCurrentRow()
Add aGROUPS CURRENT ROW
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.groupsFollowing
(int number) Add aGROUPS [number] FOLLOWING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.groupsPreceding
(int number) Add aGROUPS [number] PRECEDING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.groupsUnboundedFollowing()
Add aGROUPS UNBOUNDED FOLLOWING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.groupsUnboundedPreceding()
Add aGROUPS UNBOUNDED PRECEDING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.rangeCurrentRow()
Add aRANGE CURRENT ROW
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.rangeFollowing
(int number) Add aRANGE [number] FOLLOWING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.rangePreceding
(int number) Add aRANGE [number] PRECEDING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.rangeUnboundedFollowing()
Add aRANGE UNBOUNDED FOLLOWING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.rangeUnboundedPreceding()
Add aRANGE UNBOUNDED PRECEDING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.rowsCurrentRow()
Add aROWS CURRENT ROW
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.rowsFollowing
(int number) Add aROWS [number] FOLLOWING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.rowsPreceding
(int number) Add aROWS [number] PRECEDING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.rowsUnboundedFollowing()
Add aROWS UNBOUNDED FOLLOWING
frame clause to the window specification.@NotNull WindowSpecificationExcludeStep
WindowSpecificationRowsStep.rowsUnboundedPreceding()
Add aROWS UNBOUNDED PRECEDING
frame clause to the window specification. -
Uses of WindowSpecificationExcludeStep in org.jooq.impl
Modifier and TypeMethodDescriptionstatic @NotNull WindowSpecificationExcludeStep
DSL.groupsCurrentRow()
Create aWindowSpecification
with aGROUPS
clause.static @NotNull WindowSpecificationExcludeStep
DSL.groupsFollowing
(int number) Create aWindowSpecification
with aGROUPS
clause.static @NotNull WindowSpecificationExcludeStep
DSL.groupsPreceding
(int number) Create aWindowSpecification
with aGROUPS
clause.static @NotNull WindowSpecificationExcludeStep
DSL.groupsUnboundedFollowing()
Create aWindowSpecification
with aGROUPS
clause.static @NotNull WindowSpecificationExcludeStep
DSL.groupsUnboundedPreceding()
Create aWindowSpecification
with aGROUPS
clause.static @NotNull WindowSpecificationExcludeStep
DSL.rangeCurrentRow()
Create aWindowSpecification
with aRANGE
clause.static @NotNull WindowSpecificationExcludeStep
DSL.rangeFollowing
(int number) Create aWindowSpecification
with aRANGE
clause.static @NotNull WindowSpecificationExcludeStep
DSL.rangePreceding
(int number) Create aWindowSpecification
with aRANGE
clause.static @NotNull WindowSpecificationExcludeStep
DSL.rangeUnboundedFollowing()
Create aWindowSpecification
with aRANGE
clause.static @NotNull WindowSpecificationExcludeStep
DSL.rangeUnboundedPreceding()
Create aWindowSpecification
with aRANGE
clause.static @NotNull WindowSpecificationExcludeStep
DSL.rowsCurrentRow()
Create aWindowSpecification
with aROWS
clause.static @NotNull WindowSpecificationExcludeStep
DSL.rowsFollowing
(int number) Create aWindowSpecification
with aROWS
clause.static @NotNull WindowSpecificationExcludeStep
DSL.rowsPreceding
(int number) Create aWindowSpecification
with aROWS
clause.static @NotNull WindowSpecificationExcludeStep
DSL.rowsUnboundedFollowing()
Create aWindowSpecification
with aROWS
clause.static @NotNull WindowSpecificationExcludeStep
DSL.rowsUnboundedPreceding()
Create aWindowSpecification
with aROWS
clause.