Uses of Class
org.h2.expression.aggregate.AggregateDataCollecting.NullCollectionMode
-
Packages that use AggregateDataCollecting.NullCollectionMode Package Description org.h2.expression.aggregate Aggregate functions. -
-
Uses of AggregateDataCollecting.NullCollectionMode in org.h2.expression.aggregate
Fields in org.h2.expression.aggregate declared as AggregateDataCollecting.NullCollectionMode Modifier and Type Field Description private AggregateDataCollecting.NullCollectionMode
AggregateDataCollecting. nullCollectionMode
Methods in org.h2.expression.aggregate that return AggregateDataCollecting.NullCollectionMode Modifier and Type Method Description static AggregateDataCollecting.NullCollectionMode
AggregateDataCollecting.NullCollectionMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static AggregateDataCollecting.NullCollectionMode[]
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.NullCollectionMode Constructor Description AggregateDataCollecting(boolean distinct, boolean orderedWithOrder, AggregateDataCollecting.NullCollectionMode nullCollectionMode)
Creates new instance of data for collecting aggregates.
-