Class CreateQuery
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.CreateQuery
- All Implemented Interfaces:
QueryElement
A SPARQL CREATE Query
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionprotected void
appendSilent
(StringBuilder builder) Specify the graph to createsilent()
Set theSILENT
option to true on this querysilent
(boolean isSilent) Specify if theSILENT
option should be on for this query
-
Method Details
-
graph
Specify the graph to create- Parameters:
graph
- the IRI identifier for the new graph- Returns:
- this CreateQuery instance
-
graph
-
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
-