Class TargetedGraphManagementQuery<T extends TargetedGraphManagementQuery<T>>
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.GraphManagementQuery<TargetedGraphManagementQuery<T>>
org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery<T>
- All Implemented Interfaces:
QueryElement
- Direct Known Subclasses:
ClearQuery
,DropQuery
public abstract class TargetedGraphManagementQuery<T extends TargetedGraphManagementQuery<T>>
extends GraphManagementQuery<TargetedGraphManagementQuery<T>>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.query.GraphManagementQuery
appendSilent, silent, silent
-
Field Details
-
GRAPH
- See Also:
-
DEFAULT
- See Also:
-
NAMED
- See Also:
-
ALL
- See Also:
-
target
-
graph
-
-
Constructor Details
-
TargetedGraphManagementQuery
public TargetedGraphManagementQuery()
-
-
Method Details
-
graph
Specify which graph to target- Parameters:
graph
- the IRI identifying the graph to target- Returns:
- this query instance
-
graph
Specify which graph to target- Parameters:
graph
- the IRI identifying the graph to target- Returns:
- this query instance
-
def
Target the default graph- Returns:
- this query instance
-
named
Target all named graphs- Returns:
- this query instance
-
all
Target all graphs- Returns:
- this query instance
-
target
-
getQueryActionString
-
getQueryString
- Returns:
- the String representing the SPARQL syntax of this element
-