Uses of Class
org.h2.expression.analysis.WindowFunction
-
Packages that use WindowFunction Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements. -
-
Uses of WindowFunction in org.h2.command
Methods in org.h2.command that return WindowFunction Modifier and Type Method Description private WindowFunctionParser. readWindowFunction(java.lang.String name)Methods in org.h2.command with parameters of type WindowFunction Modifier and Type Method Description private voidParser. readFromFirstOrLast(WindowFunction function)private voidParser. readRespectOrIgnoreNulls(WindowFunction function)
-