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 private java.util.Optional<GraphName>
ModifyQuery. deleteGraph
protected java.util.Optional<GraphName>
UpdateDataQuery. graphName
private java.util.Optional<GraphName>
ModifyQuery. insertGraph
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 fromT
UpdateDataQuery. graph(GraphName graph)
InsertDataQuery
InsertDataQuery. into(GraphName graph)
Specify a graph to insert the data intoModifyQuery
ModifyQuery. into(GraphName graphName)
Specify the graph to insert triples intoMethod parameters in org.eclipse.rdf4j.sparqlbuilder.core.query with type arguments of type GraphName Modifier and Type Method Description protected void
UpdateQuery. appendNamedTriplesTemplates(java.lang.StringBuilder queryString, java.util.Optional<GraphName> graphName, TriplesTemplate triples)
-
Uses of GraphName in org.eclipse.rdf4j.sparqlbuilder.graphpattern
Fields in org.eclipse.rdf4j.sparqlbuilder.graphpattern with type parameters of type GraphName Modifier and Type Field Description private java.util.Optional<GraphName>
GroupGraphPattern. from
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 instanceGroupGraphPattern
GroupGraphPattern. from(GraphName name)
-
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
-