| 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 |
|---|---|
SelectHandler |
SelectBuilder.getSelectHandler() |
SelectHandler |
DescribeBuilder.getSelectHandler() |
| Modifier and Type | Method and Description |
|---|---|
SelectHandler |
SelectClause.getSelectHandler()
Returns the select handler for this clause
|
| Modifier and Type | Method and Description |
|---|---|
SelectHandler |
HandlerBlock.getSelectHandler()
Get the select handler.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SelectHandler.addAll(SelectHandler selectHandler)
Add all the variables from the select handler variable.
|
void |
HandlerBlock.addAll(SelectHandler handler)
Add the select handler contents to this prolog handler.
|
Licensed under the Apache License, Version 2.0