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
-
Field Summary
Fields inherited from class 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 StringMethods inherited from class 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- theGraphTemplateto set- Returns:
- this
-
getQueryActionString
- Specified by:
getQueryActionStringin classQuery<ConstructQuery>
-