Uses of Class
org.h2.expression.analysis.WindowFrameExclusion
-
Packages that use WindowFrameExclusion Package Description org.h2.expression.analysis 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 WindowFrameExclusion Modifier and Type Field Description private WindowFrameExclusion
WindowFrame. exclusion
Methods in org.h2.expression.analysis that return WindowFrameExclusion Modifier and Type Method Description WindowFrameExclusion
WindowFrame. getExclusion()
Returns the exclusion clause.static WindowFrameExclusion
WindowFrameExclusion. valueOf(java.lang.String name)
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 WindowFrameExclusion Constructor Description WindowFrame(WindowFrameUnits units, WindowFrameBound starting, WindowFrameBound following, WindowFrameExclusion exclusion)
Creates new instance of window frame clause.
-