public class SumFunction extends SimpleNumericAggregateMethod
| Constructor and Description |
|---|
SumFunction() |
| Modifier and Type | Method and Description |
|---|---|
protected Class |
getClassForMapping() |
SQLExpression |
getExpression(SQLStatement stmt,
SQLExpression expr,
List<SQLExpression> args)
Return the expression for this SQL function.
|
protected String |
getFunctionName() |
protected String getFunctionName()
getFunctionName in class SimpleNumericAggregateMethodpublic SQLExpression getExpression(SQLStatement stmt, SQLExpression expr, List<SQLExpression> args)
SQLMethodgetExpression in interface SQLMethodgetExpression in class SimpleNumericAggregateMethodstmt - SQLStatement that this expression is forexpr - The expression that it is invoked onargs - Arguments passed inprotected Class getClassForMapping()
getClassForMapping in class SimpleNumericAggregateMethodCopyright © 2019. All rights reserved.