Uses of Class
org.h2.schema.UserAggregate
Packages that use UserAggregate
Package
Description
Aggregate functions.
Schema implementation and objects that are stored in a schema (for example, sequences and constants).
-
Uses of UserAggregate in org.h2.expression.aggregate
Fields in org.h2.expression.aggregate declared as UserAggregateConstructors in org.h2.expression.aggregate with parameters of type UserAggregateModifierConstructorDescriptionJavaAggregate
(UserAggregate userAggregate, Expression[] args, Select select, boolean distinct) -
Uses of UserAggregate in org.h2.schema
Methods in org.h2.schema that return UserAggregateModifier and TypeMethodDescriptionSchema.findAggregate
(String name) Get the user defined aggregate function if it exists.