org.datanucleus.store.rdbms.sql.method
Class AvgFunction
java.lang.Object
org.datanucleus.store.rdbms.sql.method.AbstractSQLMethod
org.datanucleus.store.rdbms.sql.method.SimpleNumericAggregateMethod
org.datanucleus.store.rdbms.sql.method.AvgFunction
- All Implemented Interfaces:
- SQLMethod
public class AvgFunction
- extends SimpleNumericAggregateMethod
Expression handler to invoke the SQL AVG aggregation function.
For use in evaluating AVG({expr}) where the RDBMS supports this function.
Returns a NumericExpression "AVG({numericExpr})".
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AvgFunction
public AvgFunction()
getFunctionName
protected String getFunctionName()
- Specified by:
getFunctionName in class SimpleNumericAggregateMethod
getExpression
public SQLExpression getExpression(SQLExpression expr,
List args)
- Description copied from interface:
SQLMethod
- Return the expression for this SQL function.
- Specified by:
getExpression in interface SQLMethod- Overrides:
getExpression in class SimpleNumericAggregateMethod
- Parameters:
expr - The expression that it is invoked onargs - Arguments passed in
- Returns:
- The SQL expression using the SQL function
getClassForMapping
protected Class getClassForMapping()
- Specified by:
getClassForMapping in class SimpleNumericAggregateMethod
Copyright © 2012. All Rights Reserved.