java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.library.strjoin
- All Implemented Interfaces:
Function
Function that concatenates strings using a separator.
This is not fn:string-join because
(1) that takes a sequence as argument
(2) the arguments are in a different order
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec
-
Constructor Details
-
strjoin
public strjoin()
-
-
Method Details
-
exec
Description copied from class:FunctionBase
Function call to a list of evaluated argument values- Specified by:
exec
in classFunctionBase
-
checkBuild
- Specified by:
checkBuild
in classFunctionBase
-