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 voidappendSilent(StringBuilder builder) silent()Set theSILENToption to true on this querysilent(boolean isSilent) Specify if theSILENToption should be on for this queryMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface QueryElement
getQueryString
-
Field Details
-
SILENT
- See Also:
-
silent
private boolean silent
-
-
Constructor Details
-
GraphManagementQuery
GraphManagementQuery()
-
-
Method Details
-
silent
-
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
-