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 java.lang.Object implements QueryElement
-
-
Constructor Summary
Constructors Constructor Description GraphManagementQuery()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidappendSilent(java.lang.StringBuilder builder)Tsilent()Set theSILENToption to true on this queryTsilent(boolean isSilent)Specify if theSILENToption should be on for this query-
Methods 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 Detail
-
SILENT
private static final java.lang.String SILENT
- See Also:
- Constant Field Values
-
silent
private boolean silent
-
-
Method Detail
-
silent
public T silent()
Set theSILENToption to true on this query- Returns:
- this query instance
-
silent
public T silent(boolean isSilent)
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
protected void appendSilent(java.lang.StringBuilder builder)
-
-