Class LoadQuery
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.LoadQuery
- All Implemented Interfaces:
QueryElement
-
Method Summary
Modifier and TypeMethodDescriptionprotected voidappendSilent(StringBuilder builder) Specify which graph to load formSpecify which graph to load formsilent()Set theSILENToption to true on this querysilent(boolean isSilent) Specify if theSILENToption 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 theSILENToption should be on for this query- Parameters:
isSilent- if this should be a SILENT operation or not- Returns:
- this query instance
-
appendSilent
-