WindowSpecificationExcludeStep |
WindowSpecificationRowsAndStep.andCurrentRow() |
Add a ...
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsAndStep.andFollowing(int number) |
Add a ...
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsAndStep.andPreceding(int number) |
Add a ...
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsAndStep.andUnboundedFollowing() |
Add a ...
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsAndStep.andUnboundedPreceding() |
Add a ...
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.groupsCurrentRow() |
Add a GROUPS CURRENT ROW frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.groupsFollowing(int number) |
Add a GROUPS [number] FOLLOWING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.groupsPreceding(int number) |
Add a GROUPS [number] PRECEDING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.groupsUnboundedFollowing() |
Add a GROUPS UNBOUNDED FOLLOWING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.groupsUnboundedPreceding() |
Add a GROUPS UNBOUNDED PRECEDING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.rangeCurrentRow() |
Add a RANGE CURRENT ROW frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.rangeFollowing(int number) |
Add a RANGE [number] FOLLOWING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.rangePreceding(int number) |
Add a RANGE [number] PRECEDING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.rangeUnboundedFollowing() |
Add a RANGE UNBOUNDED FOLLOWING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.rangeUnboundedPreceding() |
Add a RANGE UNBOUNDED PRECEDING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.rowsCurrentRow() |
Add a ROWS CURRENT ROW frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.rowsFollowing(int number) |
Add a ROWS [number] FOLLOWING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.rowsPreceding(int number) |
Add a ROWS [number] PRECEDING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.rowsUnboundedFollowing() |
Add a ROWS UNBOUNDED FOLLOWING frame clause to the window
specification.
|
WindowSpecificationExcludeStep |
WindowSpecificationRowsStep.rowsUnboundedPreceding() |
Add a ROWS UNBOUNDED PRECEDING frame clause to the window
specification.
|