Uses of Class
org.eclipse.rdf4j.query.parser.ParsedUpdate
Package
Description
The rdf4j SPARQL 1.1 parser.
Repository implementation for local RDF databases that implement the SAIL SPI.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of ParsedUpdate in org.eclipse.rdf4j.query.algebra.evaluation
Modifier and TypeMethodDescriptionAbstractQueryPreparer.prepare
(ParsedUpdate u) QueryPreparer.prepare
(ParsedUpdate u) -
Uses of ParsedUpdate in org.eclipse.rdf4j.query.impl
-
Uses of ParsedUpdate in org.eclipse.rdf4j.query.parser
Modifier and TypeMethodDescriptionQueryParser.parseUpdate
(String updateStr, String baseURI) static ParsedUpdate
QueryParserUtil.parseUpdate
(QueryLanguage ql, String update, String baseURI) Parses the supplied update operation into a query model. -
Uses of ParsedUpdate in org.eclipse.rdf4j.query.parser.impl
-
Uses of ParsedUpdate in org.eclipse.rdf4j.query.parser.sparql
-
Uses of ParsedUpdate in org.eclipse.rdf4j.repository.sail
ModifierConstructorDescriptionprotected
SailUpdate
(ParsedUpdate parsedUpdate, SailRepositoryConnection con) -
Uses of ParsedUpdate in org.eclipse.rdf4j.spin
Modifier and TypeMethodDescriptionSpinParser.parseUpdate
(Resource queryResource, TripleSource store) Modifier and TypeMethodDescriptionvoid
SpinRenderer.render
(ParsedUpdate update, RDFHandler handler)