Uses of Class
org.h2.expression.analysis.WindowFrameBound
Packages that use WindowFrameBound
Package
Description
Base classes for data analysis operations and implementations of window functions.
-
Uses of WindowFrameBound in org.h2.expression.analysis
Methods in org.h2.expression.analysis that return WindowFrameBoundModifier and TypeMethodDescriptionWindowFrame.getFollowing()Returns the following clause.WindowFrame.getStarting()Returns the starting clause.Constructors in org.h2.expression.analysis with parameters of type WindowFrameBoundModifierConstructorDescriptionWindowFrame(WindowFrameUnits units, WindowFrameBound starting, WindowFrameBound following, WindowFrameExclusion exclusion) Creates new instance of window frame clause.