Uses of Class
org.datanucleus.store.rdbms.sql.method.SimpleNumericAggregateMethod
Packages that use SimpleNumericAggregateMethod
Package
Description
Support for invocation of Java methods, typically using SQL functions.
-
Uses of SimpleNumericAggregateMethod in org.datanucleus.store.rdbms.sql.method
Subclasses of SimpleNumericAggregateMethod in org.datanucleus.store.rdbms.sql.methodModifier and TypeClassDescriptionclassExpression handler to invoke the SQL AVG aggregation function.classSome databases will use the same type for the return value as the argument, which can be an issue when averaging on integral types since it will drop the decimals.classExpression handler to invoke the SQL SUM aggregation function.