public class AvgFunction extends SimpleNumericAggregateMethod
clr, exprFactory, stmt| Constructor and Description |
|---|
AvgFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected SQLExpression |
getAggregateExpression(List args,
JavaTypeMapping m) |
protected Class |
getClassForMapping() |
SQLExpression |
getExpression(SQLExpression expr,
List args)
Return the expression for this SQL function.
|
protected String |
getFunctionName() |
getMappingForClass, setStatementprotected String getFunctionName()
getFunctionName in class SimpleNumericAggregateMethodpublic SQLExpression getExpression(SQLExpression expr, List args)
SQLMethodgetExpression in interface SQLMethodgetExpression in class SimpleNumericAggregateMethodexpr - The expression that it is invoked onargs - Arguments passed inprotected SQLExpression getAggregateExpression(List args, JavaTypeMapping m)
protected Class getClassForMapping()
getClassForMapping in class SimpleNumericAggregateMethodCopyright © 2015. All rights reserved.