public interface WindowSpecificationFinalStep extends WindowSpecification
WindowSpecification
.
Example:
WindowSpecification spec =
DSL.partitionBy(BOOK.AUTHOR_ID)
.orderBy(BOOK.ID)
.rowsBetweenUnboundedPreceding()
.andCurrentRow();
Copyright © 2014. All Rights Reserved.