WindowSpecification Constructor |
Name | Description | |
---|---|---|
![]() | WindowSpecification |
CTor. Will result in an empty OVER() clause to be emitted.
|
![]() | WindowSpecification(ISortExpression) |
CTor Will result in an OVER(ORDER BY ...) clause to be emitted
|
![]() | WindowSpecification(WindowPartition) |
CTor. Will result in an OVER(PARTITION BY...) clause to be emitted
|
![]() | WindowSpecification(ISortExpression, WindowBounds) |
CTor. Will result in an OVER(ORDER BY ... ROWS/RANGE ...) clause to be emitted
|
![]() | WindowSpecification(WindowPartition, ISortExpression) |
CTor. Will result in an OVER(PARTITION BY ... ORDER BY ...) clause to be emitted
|
![]() | WindowSpecification(WindowPartition, ISortExpression, WindowBounds) |
CTor. Will result in an OVER(PARTITION BY ... ORDER BY ... ROWS/RANGE ...) clause to be emitted
|