|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use WindowPartitionByStep | |
|---|---|
| org.jooq | |
| Uses of WindowPartitionByStep in org.jooq |
|---|
| Methods in org.jooq that return WindowPartitionByStep | |
|---|---|
WindowPartitionByStep<BigDecimal> |
Field.avgOver()
This method is part of the pre-2.0 API. |
WindowPartitionByStep<Integer> |
Field.countOver()
This method is part of the pre-2.0 API. |
WindowPartitionByStep<T> |
Field.maxOver()
This method is part of the pre-2.0 API. |
WindowPartitionByStep<T> |
Field.minOver()
This method is part of the pre-2.0 API. |
WindowPartitionByStep<T> |
WindowOverStep.over()
Add an OVER clause |
WindowPartitionByStep<T> |
AggregateFunction.over()
Turn this aggregate function into a window function, for example
MAX(ID) OVER (PARTITION BY 1)
Window functions are supported in DB2, Postgres, Oracle, SQL Server and
Sybase. |
WindowPartitionByStep<BigDecimal> |
Field.stddevPopOver()
This method is part of the pre-2.0 API. |
WindowPartitionByStep<BigDecimal> |
Field.stddevSampOver()
This method is part of the pre-2.0 API. |
WindowPartitionByStep<BigDecimal> |
Field.sumOver()
This method is part of the pre-2.0 API. |
WindowPartitionByStep<BigDecimal> |
Field.varPopOver()
This method is part of the pre-2.0 API. |
WindowPartitionByStep<BigDecimal> |
Field.varSampOver()
This method is part of the pre-2.0 API. |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||