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 voidParser. readFilterAndOver(AbstractAggregate aggregate) -
Uses of AbstractAggregate in org.h2.expression.aggregate
Subclasses of AbstractAggregate in org.h2.expression.aggregate Modifier and Type Class Description classAggregateImplements the integrated aggregate functions, such as COUNT, MAX, SUM.classJavaAggregateThis class wraps a user-defined aggregate.
-