Class LoadQuery
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.LoadQuery
- All Implemented Interfaces:
QueryElement
A SPARQL LOAD Query
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendSilent
(StringBuilder builder) Specify which graph to load formSpecify which graph to load formsilent()
Set theSILENT
option to true on this querysilent
(boolean isSilent) Specify if theSILENT
option should be on for this querySpecify which graph to load into, if not the default graphSpecify which graph to load into, if not the default graph
-
Method Details
-
from
Specify which graph to load form- Parameters:
from
- the IRI identifying the graph to load triples from- Returns:
- this LoadQuery instance
-
from
Specify which graph to load form- Parameters:
from
- the IRI identifying the graph to load triples from- Returns:
- this LoadQuery instance
-
to
Specify which graph to load into, if not the default graph- Parameters:
to
- the IRI identifying the graph to load into- Returns:
- this LoadQuery instance
-
to
Specify which graph to load into, if not the default graph- Parameters:
to
- the IRI identifying the graph to load into- Returns:
- this LoadQuery instance
-
getQueryString
- Returns:
- the String representing the SPARQL syntax of this element
-
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
-