public static class ConcatFunction.SeparatedConcatFunction extends Object
ConcatFunction, however a ConstantStringValue separator is added as the first argument
 of every usage. So the acceptable inputs are as follows:
 ConstantStringValue , StringValueStream )
 ConstantStringValue , StringValueStream , StringValue )
 ConstantStringValue , StringValue , StringValueStream )
 ConstantStringValue , StringValue ... )
 ConstantStringValue separator is used to separate every two (or more) string during concatenation. If only one string value exists,
 then the separator will not be used.| Modifier and Type | Field and Description | 
|---|---|
static ExpressionFactory.CreatorFunction | 
creatorFunction  | 
static String | 
name  | 
| Constructor and Description | 
|---|
SeparatedConcatFunction()  | 
public static final String name
public static final ExpressionFactory.CreatorFunction creatorFunction
Copyright © 2000-2018 Apache Software Foundation. All Rights Reserved.