Uses of Class
org.h2.expression.analysis.WindowFrame
Packages that use WindowFrame
Package
Description
Base classes for data analysis operations and implementations of window functions.
-
Uses of WindowFrame in org.h2.expression.analysis
Methods in org.h2.expression.analysis that return WindowFrameConstructors in org.h2.expression.analysis with parameters of type WindowFrameModifierConstructorDescriptionWindow(String parent, ArrayList<Expression> partitionBy, ArrayList<QueryOrderBy> orderBy, WindowFrame frame) Creates a new instance of window clause.