Class ConstructQuery
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.Query<ConstructQuery>
org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery<ConstructQuery>
org.eclipse.rdf4j.sparqlbuilder.core.query.ConstructQuery
- All Implemented Interfaces:
QueryElement
The SPARQL CONSTRUCT query
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery
base, prefixes
-
Method Summary
Modifier and TypeMethodDescriptionconstruct
(GraphTemplate construct) Set this query's graph templateconstruct
(TriplePattern... patterns) Add triples to this query's graph templateprotected String
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery
base, base, base, getQueryString, prefix, prefix, prefix
-
Method Details
-
construct
Add triples to this query's graph template- Parameters:
patterns
- the triples to include in the graph template- Returns:
- this
-
construct
Set this query's graph template- Parameters:
construct
- theGraphTemplate
to set- Returns:
- this
-
getQueryActionString
- Specified by:
getQueryActionString
in classQuery<ConstructQuery>
-