Uses of Interface
org.eclipse.rdf4j.sparqlbuilder.graphpattern.GraphName
-
Packages that use GraphName Package Description org.eclipse.rdf4j.sparqlbuilder.core Core classes and interfaces for the SPARQLBuilder.org.eclipse.rdf4j.sparqlbuilder.core.query org.eclipse.rdf4j.sparqlbuilder.graphpattern org.eclipse.rdf4j.sparqlbuilder.rdf -
-
Uses of GraphName in org.eclipse.rdf4j.sparqlbuilder.core
Classes in org.eclipse.rdf4j.sparqlbuilder.core that implement GraphName Modifier and Type Class Description class
Variable
A SPARQL query variable -
Uses of GraphName in org.eclipse.rdf4j.sparqlbuilder.core.query
Fields in org.eclipse.rdf4j.sparqlbuilder.core.query with type parameters of type GraphName Modifier and Type Field Description protected Optional<GraphName>
UpdateDataQuery. graphName
protected Optional<GraphName>
UpdateDataQuery. graphName
Methods in org.eclipse.rdf4j.sparqlbuilder.core.query with parameters of type GraphName Modifier and Type Method Description DeleteDataQuery
DeleteDataQuery. from(GraphName graph)
Specify a graph to delete the data fromModifyQuery
ModifyQuery. from(GraphName graphName)
Specify the graph to delete triples fromInsertDataQuery
InsertDataQuery. into(GraphName graph)
Specify a graph to insert the data intoModifyQuery
ModifyQuery. into(GraphName graphName)
Specify the graph to insert triples into -
Uses of GraphName in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Methods in org.eclipse.rdf4j.sparqlbuilder.graphpattern with parameters of type GraphName Modifier and Type Method Description default GraphPattern
GraphPattern. from(GraphName name)
Convert this graph pattern into a named group graph pattern:GraphPatternNotTriples
GraphPatternNotTriples. from(GraphName name)
LikeGraphPattern.from(GraphName)
, but mutates and returns this instance -
Uses of GraphName in org.eclipse.rdf4j.sparqlbuilder.rdf
Subinterfaces of GraphName in org.eclipse.rdf4j.sparqlbuilder.rdf Modifier and Type Interface Description interface
Iri
Denotes an RDF IRI
-