Uses of Enum
org.h2.expression.aggregate.AggregateDataCollecting.NullCollectionMode
Packages that use AggregateDataCollecting.NullCollectionMode
-
Uses of AggregateDataCollecting.NullCollectionMode in org.h2.expression.aggregate
Subclasses with type arguments of type AggregateDataCollecting.NullCollectionMode in org.h2.expression.aggregateModifier and TypeClassDescription(package private) static enumNULL values collection mode.Fields in org.h2.expression.aggregate declared as AggregateDataCollecting.NullCollectionModeModifier and TypeFieldDescriptionprivate final AggregateDataCollecting.NullCollectionModeAggregateDataCollecting.nullCollectionModeMethods in org.h2.expression.aggregate that return AggregateDataCollecting.NullCollectionModeModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.AggregateDataCollecting.NullCollectionMode.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 AggregateDataCollecting.NullCollectionModeModifierConstructorDescription(package private)AggregateDataCollecting(boolean distinct, boolean orderedWithOrder, AggregateDataCollecting.NullCollectionMode nullCollectionMode) Creates new instance of data for collecting aggregates.