Class WindowRows.BetweenAnd
java.lang.Object
com.blazebit.persistence.querydsl.WindowRows.BetweenAnd
- Enclosing class:
- WindowRows<Def extends WindowDefinition<Def,
?>>
Intermediate step
- Author:
- Jan-Willem Gmelig Meyling
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionUses CURRENT ROW as upper bound and continues to the frame exclusion builder.following(int i) Uses X FOLLOWING as upper bound and continues to the frame exclusion builder.Uses X FOLLOWING as upper bound and continues to the frame exclusion builder.preceding(int i) Uses X PRECEDING as upper bound and continues to the frame exclusion builder.Uses X PRECEDING as upper bound and continues to the frame exclusion builder.Uses UNBOUNDED FOLLOWING as upper bound and continues to the frame exclusion builder.
-
Constructor Details
-
BetweenAnd
public BetweenAnd()
-
-
Method Details
-
unboundedFollowing
Uses UNBOUNDED FOLLOWING as upper bound and continues to the frame exclusion builder.- Returns:
- The frame exclusion builder
-
currentRow
Uses CURRENT ROW as upper bound and continues to the frame exclusion builder.- Returns:
- The frame exclusion builder
-
preceding
Uses X PRECEDING as upper bound and continues to the frame exclusion builder.- Parameters:
expr- The expression for the frame bound- Returns:
- The frame exclusion builder
-
preceding
Uses X PRECEDING as upper bound and continues to the frame exclusion builder.- Parameters:
i- The expression for the frame bound- Returns:
- The frame exclusion builder
-
following
Uses X FOLLOWING as upper bound and continues to the frame exclusion builder.- Parameters:
expr- The expression for the frame bound- Returns:
- The frame exclusion builder
-
following
Uses X FOLLOWING as upper bound and continues to the frame exclusion builder.- Parameters:
i- The expression for the frame bound- Returns:
- The frame exclusion builder
-