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
-
graph
-
def
-
named
-
all
-
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
-