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