public class LoadQuery extends Object
Modifier and Type | Method and Description |
---|---|
protected void |
appendSilent(StringBuilder builder) |
LoadQuery |
from(Iri from)
Specify which graph to load form
|
String |
getQueryString() |
T |
silent()
Set the
SILENT option to true on this query |
T |
silent(boolean isSilent)
Specify if the
SILENT option should be on for this query |
LoadQuery |
to(Iri to)
Specify which graph to load into, if not the default graph
|
public LoadQuery from(Iri from)
from
- the IRI identifying the graph to load triples frompublic LoadQuery to(Iri to)
to
- the IRI identifying the graph to load intopublic 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.