Uses of Class
com.blazebit.persistence.querydsl.WindowRows.BetweenAnd
-
Uses of WindowRows.BetweenAnd in com.blazebit.persistence.querydsl
Methods in com.blazebit.persistence.querydsl that return WindowRows.BetweenAnd Modifier and Type Method Description WindowRows.BetweenAndWindowRows.Between. currentRow()Uses CURRENT ROW as lower bound and continues to the frame exclusion builder.WindowRows.BetweenAndWindowRows.Between. following(int i)Uses expression FOLLOWING as lower bound for the frame and starts a frame between builder for the upper bound.WindowRows.BetweenAndWindowRows.Between. following(com.querydsl.core.types.Expression<Integer> expr)Uses expression FOLLOWING as lower bound for the frame and starts a frame between builder for the upper bound.WindowRows.BetweenAndWindowRows.Between. preceding(int i)Uses expression PRECEDING as lower bound for the frame and starts a frame between builder for the upper bound.WindowRows.BetweenAndWindowRows.Between. preceding(com.querydsl.core.types.Expression<Integer> expr)Uses expression PRECEDING as lower bound for the frame and starts a frame between builder for the upper bound.WindowRows.BetweenAndWindowRows.Between. unboundedPreceding()Uses UNBOUNDED PRECEDING as lower bound and continues to the frame exclusion builder.