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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionall()Target all graphsprotected voidappendSilent(StringBuilder builder) def()Target the default graphprotected abstract StringSpecify which graph to targetSpecify which graph to targetnamed()Target all named graphssilent()Set theSILENToption to true on this querysilent(boolean isSilent) Specify if theSILENToption 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 theSILENToption to true on this query- Returns:
- this query instance
-
silent
Specify if theSILENToption should be on for this query- Parameters:
isSilent- if this should be a SILENT operation or not- Returns:
- this query instance
-
appendSilent
-