Class OuterQuery<T extends OuterQuery<T>>
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.Query<T>
org.eclipse.rdf4j.sparqlbuilder.core.query.OuterQuery<T>
- Type Parameters:
T
- The query type. Used to support fluency.
- All Implemented Interfaces:
QueryElement
- Direct Known Subclasses:
ConstructQuery
,SelectQuery
A non-subquery query.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionSet the base IRI of this querySet the Base clause of this querySet the base IRI of this queryAdd prefix declarations to this queryAdd prefix declarations to this queryprefix
(PrefixDeclarations prefixes) Set the Prefix declarations of this query
-
Field Details
-
base
-
prefixes
-
-
Constructor Details
-
OuterQuery
public OuterQuery()
-
-
Method Details
-
base
-
base
-
base
-
prefix
-
prefix
-
prefix
Set the Prefix declarations of this query- Parameters:
prefixes
- thePrefixDeclarations
to set- Returns:
- this
-
getQueryString
- Specified by:
getQueryString
in interfaceQueryElement
- Overrides:
getQueryString
in classQuery<T extends OuterQuery<T>>
- Returns:
- the String representing the SPARQL syntax of this element
-