Uses of Enum
org.h2.expression.analysis.WindowFrameBoundType
Packages that use WindowFrameBoundType
Package
Description
Base classes for data analysis operations and implementations of window functions.
-
Uses of WindowFrameBoundType in org.h2.expression.analysis
Fields in org.h2.expression.analysis declared as WindowFrameBoundTypeMethods in org.h2.expression.analysis that return WindowFrameBoundTypeModifier and TypeMethodDescriptionWindowFrameBound.getType()
Returns the typestatic WindowFrameBoundType
Returns the enum constant of this type with the specified name.static WindowFrameBoundType[]
WindowFrameBoundType.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 WindowFrameBoundTypeModifierConstructorDescriptionWindowFrameBound
(WindowFrameBoundType type, Expression value) Creates new instance of window frame bound.