| Package | Description |
|---|---|
| org.apache.jena.arq.querybuilder |
A utility package to simplify the building of ARQ queries in code.
|
| org.apache.jena.arq.querybuilder.clauses |
Interfaces that describe various SPARQL clauses as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321.
|
| org.apache.jena.arq.querybuilder.handlers |
Classes that implement SPARQL clauses but do not return instances of the builder.
|
| org.apache.jena.arq.querybuilder.updatebuilder |
| Modifier and Type | Method and Description |
|---|---|
ExprFactory |
AbstractQueryBuilder.getExprFactory() |
ExprFactory |
UpdateBuilder.getExprFactory()
Get an ExprFactory that uses the prefixes from this builder.
|
| Modifier and Type | Method and Description |
|---|---|
ExprFactory |
PrologClause.getExprFactory()
Get the expression factory that works with the prefixes for this builder.
|
| Modifier and Type | Method and Description |
|---|---|
ExprFactory |
PrologHandler.getExprFactory() |
| Modifier and Type | Method and Description |
|---|---|
ExprFactory |
PrefixHandler.getExprFactory()
Get the expression factory based on the prefix mapping.
|
Licensed under the Apache License, Version 2.0