java.lang.Object
org.apache.jena.sparql.function.FunctionBase
org.apache.jena.sparql.function.library.substring
- All Implemented Interfaces:
Function
- Direct Known Subclasses:
substr
substring(string, start[, finish]) - Java style
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.sparql.function.FunctionBase
build, exec
-
Constructor Details
-
substring
public substring()
-
-
Method Details
-
checkBuild
- Specified by:
checkBuild
in classFunctionBase
-
exec
Description copied from class:FunctionBase
Function call to a list of evaluated argument values- Specified by:
exec
in classFunctionBase
-