public abstract class SimpleStringMethod extends AbstractSQLMethod
{functionName}({stringExpr})and args aren't used
{functionName}({args})and expr isn't used
clr, exprFactory, stmt
Constructor and Description |
---|
SimpleStringMethod() |
Modifier and Type | Method and Description |
---|---|
SQLExpression |
getExpression(SQLExpression expr,
List<SQLExpression> args)
Return the expression for this SQL function.
|
protected abstract String |
getFunctionName() |
getMappingForClass, setStatement
protected abstract String getFunctionName()
public SQLExpression getExpression(SQLExpression expr, List<SQLExpression> args)
SQLMethod
expr
- The expression that it is invoked onargs
- Arguments passed inCopyright © 2017. All rights reserved.