Uses of Class
org.h2.expression.aggregate.Aggregate
-
Packages that use Aggregate Package Description org.h2.command 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 Aggregate Modifier and Type Method Description private Aggregate
Parser. readWithinGroup(AggregateType aggregateType, Expression[] args, boolean distinct, java.lang.Object extraArguments, boolean forHypotheticalSet, boolean simple)
Methods in org.h2.command with parameters of type Aggregate Modifier and Type Method Description private void
Parser. readAggregateOrder(Aggregate r, Expression expr, boolean parseSortType)
-