Package com.querydsl.sql
Class WindowRows.Between
java.lang.Object
com.querydsl.sql.WindowRows.Between
- Enclosing class:
- WindowRows<A>
Intermediate step
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfollowing(int i) following(Expression<Integer> expr) preceding(int i) preceding(Expression<Integer> expr)
-
Constructor Details
-
Between
public Between()
-
-
Method Details
-
unboundedPreceding
-
currentRow
-
preceding
-
preceding
-
following
-
following
-