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