|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
T - The function return typepublic interface WindowIgnoreNullsStep<T>
This type is used for the window function DSL API.
Example:
field.firstValue()
.ignoreNulls()
.over()
.partitionBy(AUTHOR_ID)
.orderBy(PUBLISHED_IN.asc())
.rowsBetweenUnboundedPreceding()
.andUnboundedFollowing()
| Method Summary | |
|---|---|
WindowOverStep<T> |
ignoreNulls()
Add an IGNORE NULLS clause to the window function. |
WindowOverStep<T> |
respectNulls()
Add a RESPECT NULLS clause to the window function. |
| Methods inherited from interface org.jooq.WindowOverStep |
|---|
over |
| Method Detail |
|---|
WindowOverStep<T> ignoreNulls()
IGNORE NULLS clause to the window function. This
might not be supported by all dialects.
WindowOverStep<T> respectNulls()
RESPECT NULLS clause to the window function. This
might not be supported by all dialects.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||