WindowExcludeStep<T> |
WindowRowsAndStep.andCurrentRow() |
Add a ...
|
WindowExcludeStep<T> |
WindowRowsAndStep.andFollowing(int number) |
Add a ...
|
WindowExcludeStep<T> |
WindowRowsAndStep.andPreceding(int number) |
Add a ...
|
WindowExcludeStep<T> |
WindowRowsAndStep.andUnboundedFollowing() |
Add a ...
|
WindowExcludeStep<T> |
WindowRowsAndStep.andUnboundedPreceding() |
Add a ...
|
WindowExcludeStep<T> |
WindowRowsStep.groupsCurrentRow() |
Add a GROUPS CURRENT ROW frame clause to the window function.
|
WindowExcludeStep<T> |
WindowRowsStep.groupsFollowing(int number) |
Add a GROUPS [number] FOLLOWING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.groupsPreceding(int number) |
Add a GROUPS [number] PRECEDING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.groupsUnboundedFollowing() |
Add a GROUPS UNBOUNDED FOLLOWING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.groupsUnboundedPreceding() |
Add a GROUPS UNBOUNDED PRECEDING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.rangeCurrentRow() |
Add a RANGE CURRENT ROW frame clause to the window function.
|
WindowExcludeStep<T> |
WindowRowsStep.rangeFollowing(int number) |
Add a RANGE [number] FOLLOWING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.rangePreceding(int number) |
Add a RANGE [number] PRECEDING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.rangeUnboundedFollowing() |
Add a RANGE UNBOUNDED FOLLOWING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.rangeUnboundedPreceding() |
Add a RANGE UNBOUNDED PRECEDING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.rowsCurrentRow() |
Add a ROWS CURRENT ROW frame clause to the window function.
|
WindowExcludeStep<T> |
WindowRowsStep.rowsFollowing(int number) |
Add a ROWS [number] FOLLOWING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.rowsPreceding(int number) |
Add a ROWS [number] PRECEDING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.rowsUnboundedFollowing() |
Add a ROWS UNBOUNDED FOLLOWING frame clause to the window
function.
|
WindowExcludeStep<T> |
WindowRowsStep.rowsUnboundedPreceding() |
Add a ROWS UNBOUNDED PRECEDING frame clause to the window
function.
|