public abstract class SimpleNumericAggregateMethod extends Object implements SQLMethod
{functionName}({argExpr})when processing a result clause
Constructor and Description |
---|
SimpleNumericAggregateMethod() |
Modifier and Type | Method and Description |
---|---|
protected abstract Class |
getClassForMapping() |
SQLExpression |
getExpression(SQLStatement stmt,
SQLExpression expr,
List<SQLExpression> args)
Return the expression for this SQL function.
|
protected abstract String |
getFunctionName() |
protected abstract String getFunctionName()
public SQLExpression getExpression(SQLStatement stmt, SQLExpression expr, List<SQLExpression> args)
SQLMethod
getExpression
in interface SQLMethod
stmt
- SQLStatement that this expression is forexpr
- The expression that it is invoked onargs
- Arguments passed inprotected abstract Class getClassForMapping()
Copyright © 2019. All rights reserved.