| Package | Description | 
|---|---|
| org.jooq | The  org.jooqpackage contains jOOQ's public API. | 
| org.jooq.impl | The  org.jooq.implpackage contains jOOQ's implementation classes. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | WindowSpecificationOrderByStepAn intermediate step in the construction of a  WindowSpecification. | 
| interface  | WindowSpecificationPartitionByStepAn intermediate step in the construction of a  WindowSpecification. | 
| interface  | WindowSpecificationRowsStepAn intermediate step in the construction of a  WindowSpecification. | 
| Modifier and Type | Method and Description | 
|---|---|
| WindowSpecificationFinalStep | WindowSpecificationRowsAndStep. andCurrentRow()Add a  ... | 
| WindowSpecificationFinalStep | WindowSpecificationRowsAndStep. andFollowing(int number)Add a  ... | 
| WindowSpecificationFinalStep | WindowSpecificationRowsAndStep. andPreceding(int number)Add a  ... | 
| WindowSpecificationFinalStep | WindowSpecificationRowsAndStep. andUnboundedFollowing()Add a  ... | 
| WindowSpecificationFinalStep | WindowSpecificationRowsAndStep. andUnboundedPreceding()Add a  ... | 
| WindowSpecificationFinalStep | WindowSpecificationRowsStep. rangeCurrentRow()Add a  RANGE CURRENT ROWframe clause to the window
 specification. | 
| WindowSpecificationFinalStep | WindowSpecificationRowsStep. rangeFollowing(int number)Add a  RANGE [number] FOLLOWINGframe clause to the window
 specification. | 
| WindowSpecificationFinalStep | WindowSpecificationRowsStep. rangePreceding(int number)Add a  RANGE [number] PRECEDINGframe clause to the window
 specification. | 
| WindowSpecificationFinalStep | WindowSpecificationRowsStep. rangeUnboundedFollowing()Add a  RANGE UNBOUNDED FOLLOWINGframe clause to the window
 specification. | 
| WindowSpecificationFinalStep | WindowSpecificationRowsStep. rangeUnboundedPreceding()Add a  RANGE UNBOUNDED PRECEDINGframe clause to the window
 specification. | 
| WindowSpecificationFinalStep | WindowSpecificationRowsStep. rowsCurrentRow()Add a  ROWS CURRENT ROWframe clause to the window
 specification. | 
| WindowSpecificationFinalStep | WindowSpecificationRowsStep. rowsFollowing(int number)Add a  ROWS [number] FOLLOWINGframe clause to the window
 specification. | 
| WindowSpecificationFinalStep | WindowSpecificationRowsStep. rowsPreceding(int number)Add a  ROWS [number] PRECEDINGframe clause to the window
 specification. | 
| WindowSpecificationFinalStep | WindowSpecificationRowsStep. rowsUnboundedFollowing()Add a  ROWS UNBOUNDED FOLLOWINGframe clause to the window
 specification. | 
| WindowSpecificationFinalStep | WindowSpecificationRowsStep. rowsUnboundedPreceding()Add a  ROWS UNBOUNDED PRECEDINGframe clause to the window
 specification. | 
Copyright © 2016. All Rights Reserved.