public static class DefaultFunctionFactory.CoalesceFunction extends AbstractFunction
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FUNC_NAME |
| Constructor and Description |
|---|
CoalesceFunction() |
| Modifier and Type | Method and Description |
|---|---|
QualifiedValue |
execute(Expression[] args)
Execute this function, and return the function's qualified value.
|
java.lang.String |
getArgDocString()
Returns a string to be used in the auto-generated function documentation.
|
protected java.lang.String |
getFunctionDisplayName() |
java.lang.Class<?> |
getType()
Returns the type of Object that this function will generate with execute
|
void |
setType(java.lang.Class<?> type) |
executeArg, initArgs, log, validateNumArgsconnect, copy, disconnect, executeAll, shutdown, startuppublic static final java.lang.String FUNC_NAME
protected java.lang.String getFunctionDisplayName()
getFunctionDisplayName in class AbstractFunctionpublic QualifiedValue execute(Expression[] args) throws ExpressionException
FunctionExpressionExceptionpublic java.lang.String getArgDocString()
Functionpublic java.lang.Class<?> getType()
Functionpublic void setType(java.lang.Class<?> type)