Uses of Interface
org.h2.api.Aggregate
-
Packages that use Aggregate Package Description org.h2.expression.aggregate Aggregate functions.org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants). -
-
Uses of Aggregate in org.h2.expression.aggregate
Methods in org.h2.expression.aggregate that return Aggregate Modifier and Type Method Description private Aggregate
JavaAggregate. getInstance()
-
Uses of Aggregate in org.h2.schema
Classes in org.h2.schema that implement Aggregate Modifier and Type Class Description private static class
UserAggregate.AggregateWrapper
WrapAggregateFunction
in order to behave asAggregate
Methods in org.h2.schema that return Aggregate Modifier and Type Method Description Aggregate
UserAggregate. getInstance()
-