Class GraphManagementQuery<T extends GraphManagementQuery<T>>
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.GraphManagementQuery<T>
- All Implemented Interfaces:
QueryElement
- Direct Known Subclasses:
CreateQuery
,DestinationSourceManagementQuery
,LoadQuery
,TargetedGraphManagementQuery
abstract class GraphManagementQuery<T extends GraphManagementQuery<T>>
extends Object
implements QueryElement
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendSilent
(StringBuilder builder) silent()
Set theSILENT
option to true on this querysilent
(boolean isSilent) Specify if theSILENT
option should be on for this queryMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.sparqlbuilder.core.QueryElement
getQueryString
-
Field Details
-
SILENT
- See Also:
-
silent
private boolean silent
-
-
Constructor Details
-
GraphManagementQuery
GraphManagementQuery()
-
-
Method Details
-
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
-