Uses of Interface
org.jooq.WindowExcludeStep
-
Uses of WindowExcludeStep in org.jooq
Modifier and TypeMethodDescription@NotNull WindowExcludeStep<T>
WindowRowsAndStep.andCurrentRow()
Add a...
@NotNull WindowExcludeStep<T>
WindowRowsAndStep.andFollowing(int number)
Add a...
@NotNull WindowExcludeStep<T>
WindowRowsAndStep.andPreceding(int number)
Add a...
@NotNull WindowExcludeStep<T>
WindowRowsAndStep.andUnboundedFollowing()
Add a...
@NotNull WindowExcludeStep<T>
WindowRowsAndStep.andUnboundedPreceding()
Add a...
@NotNull WindowExcludeStep<T>
WindowRowsStep.groupsCurrentRow()
Add aGROUPS CURRENT ROW
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.groupsFollowing(int number)
Add aGROUPS [number] FOLLOWING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.groupsPreceding(int number)
Add aGROUPS [number] PRECEDING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.groupsUnboundedFollowing()
Add aGROUPS UNBOUNDED FOLLOWING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.groupsUnboundedPreceding()
Add aGROUPS UNBOUNDED PRECEDING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.rangeCurrentRow()
Add aRANGE CURRENT ROW
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.rangeFollowing(int number)
Add aRANGE [number] FOLLOWING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.rangePreceding(int number)
Add aRANGE [number] PRECEDING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.rangeUnboundedFollowing()
Add aRANGE UNBOUNDED FOLLOWING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.rangeUnboundedPreceding()
Add aRANGE UNBOUNDED PRECEDING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.rowsCurrentRow()
Add aROWS CURRENT ROW
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.rowsFollowing(int number)
Add aROWS [number] FOLLOWING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.rowsPreceding(int number)
Add aROWS [number] PRECEDING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.rowsUnboundedFollowing()
Add aROWS UNBOUNDED FOLLOWING
frame clause to the window function.@NotNull WindowExcludeStep<T>
WindowRowsStep.rowsUnboundedPreceding()
Add aROWS UNBOUNDED PRECEDING
frame clause to the window function.