Class TargetedGraphManagementQuery<T extends TargetedGraphManagementQuery<T>>
java.lang.Object
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 Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionall()
Target all graphsprotected void
appendSilent
(StringBuilder builder) def()
Target the default graphprotected abstract String
Specify which graph to targetSpecify which graph to targetnamed()
Target all named graphssilent()
Set theSILENT
option to true on this querysilent
(boolean isSilent) Specify if theSILENT
option should be on for this query
-
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
-
getQueryActionString
-
getQueryString
- Returns:
- the String representing the SPARQL syntax of this element
-
silent
Set theSILENT
option to true on this query- Returns:
- this query instance
-
silent
Specify if theSILENT
option should be on for this query- Parameters:
isSilent
- if this should be a SILENT operation or not- Returns:
- this query instance
-
appendSilent
-