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 void
appendSilent
(StringBuilder builder) protected String
silent()
Set theSILENT
option to true on this querysilent
(boolean isSilent) Specify if theSILENT
option should be on for this queryMethods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery
all, def, getQueryString, graph, graph, named
-
Method Details
-
getQueryActionString
- Specified by:
getQueryActionString
in classTargetedGraphManagementQuery<DropQuery>
-
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
-