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 WindowFunction
Parser. readWindowFunction(java.lang.String name)
Methods in org.h2.command with parameters of type WindowFunction Modifier and Type Method Description private void
Parser. readFromFirstOrLast(WindowFunction function)
private void
Parser. readRespectOrIgnoreNulls(WindowFunction function)
-