Class CreateQuery
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.core.query.GraphManagementQuery<CreateQuery>
org.eclipse.rdf4j.sparqlbuilder.core.query.CreateQuery
- All Implemented Interfaces:
QueryElement
A SPARQL CREATE Query
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSpecify the graph to createMethods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.query.GraphManagementQuery
appendSilent, silent, silent
-
Field Details
-
CREATE
- See Also:
-
GRAPH
- See Also:
-
graph
-
-
Constructor Details
-
CreateQuery
CreateQuery()
-
-
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
-