Package | Description |
---|---|
org.jooq |
The
org.jooq package contains jOOQ's public API. |
Modifier and Type | Method and Description |
---|---|
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()
Turn this aggregate function into a window function.
|
WindowPartitionByStep<T> |
WindowBeforeOverStep.over()
Add an
OVER clause |
WindowPartitionByStep<T> |
AggregateFunction.over()
Turn this aggregate function into a window function.
|
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.
|
Copyright © 2015. All Rights Reserved.