Uses of Enum
org.h2.expression.analysis.WindowFrameUnits
Packages that use WindowFrameUnits
Package
Description
Base classes for data analysis operations and implementations of window functions.
-
Uses of WindowFrameUnits in org.h2.expression.analysis
Methods in org.h2.expression.analysis that return WindowFrameUnitsModifier and TypeMethodDescriptionWindowFrame.getUnits()Returns the units.static WindowFrameUnitsReturns the enum constant of this type with the specified name.static WindowFrameUnits[]WindowFrameUnits.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.h2.expression.analysis with parameters of type WindowFrameUnitsModifierConstructorDescriptionWindowFrame(WindowFrameUnits units, WindowFrameBound starting, WindowFrameBound following, WindowFrameExclusion exclusion) Creates new instance of window frame clause.