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 AggregateJavaAggregate. getInstance() -
Uses of Aggregate in org.h2.schema
Classes in org.h2.schema that implement Aggregate Modifier and Type Class Description private static classUserAggregate.AggregateWrapperWrapAggregateFunctionin order to behave asAggregateMethods in org.h2.schema that return Aggregate Modifier and Type Method Description AggregateUserAggregate. getInstance()
-