Uses of Class
org.h2.expression.aggregate.AbstractAggregate
-
Packages that use AbstractAggregate Package Description org.h2.command This package contains the parser and the base classes for prepared SQL statements.org.h2.expression.aggregate Aggregate functions. -
-
Uses of AbstractAggregate in org.h2.command
Methods in org.h2.command with parameters of type AbstractAggregate Modifier and Type Method Description private void
Parser. readFilterAndOver(AbstractAggregate aggregate)
-
Uses of AbstractAggregate in org.h2.expression.aggregate
Subclasses of AbstractAggregate in org.h2.expression.aggregate Modifier and Type Class Description class
Aggregate
Implements the integrated aggregate functions, such as COUNT, MAX, SUM.class
JavaAggregate
This class wraps a user-defined aggregate.
-