Class LoadQuery
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.LoadQuery
-
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
-
from
-
to
-
to
-
getQueryString
- Returns:
- the String representing the SPARQL syntax of this element
-
silent
-
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
-