Uses of Enum
org.h2.expression.analysis.WindowFrameExclusion
Packages that use WindowFrameExclusion
Package
Description
Base classes for data analysis operations and implementations of window functions.
-
Uses of WindowFrameExclusion in org.h2.expression.analysis
Fields in org.h2.expression.analysis declared as WindowFrameExclusionMethods in org.h2.expression.analysis that return WindowFrameExclusionModifier and TypeMethodDescriptionWindowFrame.getExclusion()
Returns the exclusion clause.static WindowFrameExclusion
Returns the enum constant of this type with the specified name.static WindowFrameExclusion[]
WindowFrameExclusion.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 WindowFrameExclusionModifierConstructorDescriptionWindowFrame
(WindowFrameUnits units, WindowFrameBound starting, WindowFrameBound following, WindowFrameExclusion exclusion) Creates new instance of window frame clause.