| 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.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetHandler |
AskBuilder.getDatasetHandler() |
DatasetHandler |
ConstructBuilder.getDatasetHandler() |
DatasetHandler |
SelectBuilder.getDatasetHandler() |
DatasetHandler |
DescribeBuilder.getDatasetHandler() |
| Modifier and Type | Method and Description |
|---|---|
DatasetHandler |
DatasetClause.getDatasetHandler()
Get the Dataset handler for this clause.
|
| Modifier and Type | Method and Description |
|---|---|
DatasetHandler |
HandlerBlock.getDatasetHandler()
Get the dataset handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerBlock.addAll(DatasetHandler handler)
Add the dataset handler contents to this prolog handler.
|
void |
DatasetHandler.addAll(DatasetHandler datasetHandler)
Add all the dataset information from the handler argument.
|
Licensed under the Apache License, Version 2.0