Uses of Enum
org.h2.expression.aggregate.AggregateType
Packages that use AggregateType
-
Uses of AggregateType in org.h2.expression.aggregate
Subclasses with type arguments of type AggregateType in org.h2.expression.aggregateMethods in org.h2.expression.aggregate that return AggregateTypeModifier and TypeMethodDescriptionAggregate.getAggregateType()Returns the type of this aggregate.static AggregateTypeAggregate.getAggregateType(String name) Get the aggregate type for this name, or -1 if no aggregate has been found.static AggregateTypeReturns the enum constant of this type with the specified name.static AggregateType[]AggregateType.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.h2.expression.aggregate with parameters of type AggregateTypeModifierConstructorDescriptionAggregate(AggregateType aggregateType, Expression[] args, Select select, boolean distinct) Create a new aggregate object.