public abstract class TargetedGraphManagementQuery<T extends TargetedGraphManagementQuery<T>> extends Object
| Constructor and Description | 
|---|
| TargetedGraphManagementQuery() | 
| Modifier and Type | Method and Description | 
|---|---|
| T | all()Target all graphs | 
| protected void | appendSilent(StringBuilder builder) | 
| T | def()Target the default graph | 
| protected abstract String | getQueryActionString() | 
| String | getQueryString() | 
| T | graph(Iri graph)Specify which graph to target | 
| T | named()Target all named graphs | 
| T | silent()Set the  SILENToption to true on this query | 
| T | silent(boolean isSilent)Specify if the  SILENToption should be on for this query | 
public T graph(Iri graph)
graph - the IRI identifying the graph to targetpublic T def()
public T named()
public T all()
protected abstract String getQueryActionString()
public String getQueryString()
public T silent()
SILENT option to true on this querypublic T silent(boolean isSilent)
SILENT option should be on for this queryisSilent - if this should be a SILENT operation or notprotected void appendSilent(StringBuilder builder)
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.