Uses of Class
org.apache.jena.arq.querybuilder.ExprFactory
Packages that use ExprFactory
Package
Description
A utility package to simplify the building of ARQ queries in code.
Interfaces that describe various SPARQL clauses as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321.
Classes that implement SPARQL clauses but do not return instances of the
builder.
-
Uses of ExprFactory in org.apache.jena.arq.querybuilder
Methods in org.apache.jena.arq.querybuilder that return ExprFactoryModifier and TypeMethodDescriptionfinal ExprFactory
AbstractQueryBuilder.getExprFactory()
UpdateBuilder.getExprFactory()
Get an ExprFactory that uses the prefixes from this builder. -
Uses of ExprFactory in org.apache.jena.arq.querybuilder.clauses
Methods in org.apache.jena.arq.querybuilder.clauses that return ExprFactoryModifier and TypeMethodDescriptionPrologClause.getExprFactory()
Get the expression factory that works with the prefixes for this builder. -
Uses of ExprFactory in org.apache.jena.arq.querybuilder.handlers
Methods in org.apache.jena.arq.querybuilder.handlers that return ExprFactory -
Uses of ExprFactory in org.apache.jena.arq.querybuilder.updatebuilder
Methods in org.apache.jena.arq.querybuilder.updatebuilder that return ExprFactoryModifier and TypeMethodDescriptionPrefixHandler.getExprFactory()
Get the expression factory based on the prefix mapping.