Class DropQuery
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery<DropQuery>
org.eclipse.rdf4j.sparqlbuilder.core.query.DropQuery
- All Implemented Interfaces:
 QueryElement
A SPARQL DROP Query
- See Also:
 
- 
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendSilent(StringBuilder builder) protected Stringsilent()Set theSILENToption to true on this querysilent(boolean isSilent) Specify if theSILENToption should be on for this queryMethods inherited from class TargetedGraphManagementQuery
all, def, getQueryString, graph, graph, named 
- 
Method Details
- 
getQueryActionString
- Specified by:
 getQueryActionStringin classTargetedGraphManagementQuery<DropQuery>
 - 
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
 
 -