Class AddQuery
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery<AddQuery>
org.eclipse.rdf4j.sparqlbuilder.core.query.AddQuery
- All Implemented Interfaces:
QueryElement
A SPARQL ADD Query
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendSilent
(StringBuilder builder) protected String
silent()
Set theSILENT
option to true on this querysilent
(boolean isSilent) Specify if theSILENT
option should be on for this queryMethods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.query.DestinationSourceManagementQuery
from, from, fromDefault, fromDefault, getQueryString, to, to, toDefault, toDefault
-
Method Details
-
getQueryActionString
- Specified by:
getQueryActionString
in classDestinationSourceManagementQuery<AddQuery>
-
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
-