Uses of Interface
com.blazebit.persistence.WindowFrameExclusionBuilder
Packages that use WindowFrameExclusionBuilder
-
Uses of WindowFrameExclusionBuilder in com.blazebit.persistence
Methods in com.blazebit.persistence that return WindowFrameExclusionBuilderModifier and TypeMethodDescriptionWindowFrameBetweenBuilder.andCurrentRow()Uses CURRENT ROW as upper bound and continues to the frame exclusion builder.WindowFrameBetweenBuilder.andFollowing(String expression) Uses X FOLLOWING as upper bound and continues to the frame exclusion builder.WindowFrameBetweenBuilder.andPreceding(String expression) Uses X PRECEDING as upper bound and continues to the frame exclusion builder.WindowFrameBetweenBuilder.andUnboundedFollowing()Uses UNBOUNDED FOLLOWING as upper bound and continues to the frame exclusion builder.WindowFrameBuilder.currentRow()Uses CURRENT ROW as lower bound and continues to the frame exclusion builder.Uses X PRECEDING as lower bound and continues to the frame exclusion builder.WindowFrameBuilder.unboundedPreceding()Uses UNBOUNDED PRECEDING as lower bound and continues to the frame exclusion builder.