Uses of Interface
org.h2.api.AggregateFunction
-
Packages that use AggregateFunction Package Description org.h2.schema Schema implementation and objects that are stored in a schema (for example, sequences and constants). -
-
Uses of AggregateFunction in org.h2.schema
Fields in org.h2.schema declared as AggregateFunction Modifier and Type Field Description private AggregateFunction
UserAggregate.AggregateWrapper. aggregateFunction
Constructors in org.h2.schema with parameters of type AggregateFunction Constructor Description AggregateWrapper(AggregateFunction aggregateFunction)
-