public static class ConcatFunction.ConcatSeparatedFunction extends Object
StringValues are passed in and a StringValue representing the separated concatenation of all values is returned.
The first parameter must be a constant string (e.g. ",").
The remaining parameters are the StringValue expressions to concatenate. (At least 1 expression is required)
| Modifier and Type | Field and Description |
|---|---|
static ExpressionFactory.CreatorFunction |
creatorFunction |
static String |
name |
| Constructor and Description |
|---|
ConcatSeparatedFunction() |
public static final String name
public static final ExpressionFactory.CreatorFunction creatorFunction
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.