Uses of Class
org.h2.expression.aggregate.Aggregate
Packages that use Aggregate
Package
Description
This package contains the parser and the base classes for prepared SQL statements.
-
Uses of Aggregate in org.h2.command
Methods in org.h2.command that return AggregateModifier and TypeMethodDescriptionprivate Aggregate
Parser.readWithinGroup
(AggregateType aggregateType, Expression[] args, boolean distinct, Object extraArguments, boolean forHypotheticalSet, boolean simple) Methods in org.h2.command with parameters of type AggregateModifier and TypeMethodDescriptionprivate void
Parser.readAggregateOrder
(Aggregate r, Expression expr, boolean parseSortType)