Uses of Enum
org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlFunction
-
Uses of SparqlFunction in org.eclipse.rdf4j.sparqlbuilder.constraint
Modifier and TypeMethodDescriptionstatic SparqlFunction
Returns the enum constant of this type with the specified name.static SparqlFunction[]
SparqlFunction.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic Expression<?>
Expressions.function(SparqlFunction function, Operand... operands)
Too lazy at the moment.