Class ClearQuery
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery<ClearQuery>
-
- org.eclipse.rdf4j.sparqlbuilder.core.query.ClearQuery
-
- All Implemented Interfaces:
QueryElement
public class ClearQuery extends TargetedGraphManagementQuery<ClearQuery>
A SPARQL CLEAR Query- See Also:
- SPARQL CLEAR Query
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
appendSilent(StringBuilder builder)
protected String
getQueryActionString()
T
silent()
Set theSILENT
option to true on this queryT
silent(boolean isSilent)
Specify if theSILENT
option should be on for this query-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.query.TargetedGraphManagementQuery
all, def, getQueryString, graph, graph, named
-
-
-
-
Method Detail
-
getQueryActionString
protected String getQueryActionString()
- Specified by:
getQueryActionString
in classTargetedGraphManagementQuery<ClearQuery>
-
silent
public T silent()
Set theSILENT
option to true on this query- Returns:
- this query instance
-
silent
public T silent(boolean isSilent)
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
protected void appendSilent(StringBuilder builder)
-
-