Uses of Class
org.h2.expression.analysis.WindowFrameUnits
-
Packages that use WindowFrameUnits Package Description org.h2.expression.analysis Base classes for data analysis operations and implementations of window functions. -
-
Uses of WindowFrameUnits in org.h2.expression.analysis
Fields in org.h2.expression.analysis declared as WindowFrameUnits Modifier and Type Field Description private WindowFrameUnits
WindowFrame. units
Methods in org.h2.expression.analysis that return WindowFrameUnits Modifier and Type Method Description WindowFrameUnits
WindowFrame. getUnits()
Returns the units.static WindowFrameUnits
WindowFrameUnits. valueOf(java.lang.String name)
Returns 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.Methods in org.h2.expression.analysis with parameters of type WindowFrameUnits Modifier and Type Method Description private void
DataAnalysisOperation. checkOrderBy(WindowFrameUnits units, int orderBySize)
Constructors in org.h2.expression.analysis with parameters of type WindowFrameUnits Constructor Description WindowFrame(WindowFrameUnits units, WindowFrameBound starting, WindowFrameBound following, WindowFrameExclusion exclusion)
Creates new instance of window frame clause.
-