Uses of Interface
com.blazebit.persistence.WindowFrameBetweenBuilder
Packages that use WindowFrameBetweenBuilder
-
Uses of WindowFrameBetweenBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return WindowFrameBetweenBuilderModifier and TypeMethodDescriptionWindowFrameBuilder.betweenCurrentRow()Uses CURRENT ROW as lower bound for the frame and starts a frame between builder for the upper bound.WindowFrameBuilder.betweenFollowing(String expression) Uses expression FOLLOWING as lower bound for the frame and starts a frame between builder for the upper bound.WindowFrameBuilder.betweenPreceding(String expression) Uses expression PRECEDING as lower bound for the frame and starts a frame between builder for the upper bound.WindowFrameBuilder.betweenUnboundedPreceding()Uses UNBOUNDED PRECEDING as lower bound for the frame and starts a frame between builder for the upper bound.