Uses of Enum
org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlFunction
Packages that use SparqlFunction
-
Uses of SparqlFunction in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint that return SparqlFunctionModifier 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.Methods in org.eclipse.rdf4j.sparqlbuilder.constraint with parameters of type SparqlFunctionModifier and TypeMethodDescriptionstatic Expression<?>
Expressions.function(SparqlFunction function, Operand... operands)
Too lazy at the moment.