Uses of Class
org.eclipse.rdf4j.query.parser.ParsedUpdate
Packages that use 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
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type ParsedUpdateModifier and TypeMethodDescriptionAbstractQueryPreparer.prepare
(ParsedUpdate u) QueryPreparer.prepare
(ParsedUpdate u) -
Uses of ParsedUpdate in org.eclipse.rdf4j.query.impl
Methods in org.eclipse.rdf4j.query.impl that return ParsedUpdateConstructors in org.eclipse.rdf4j.query.impl with parameters of type ParsedUpdate -
Uses of ParsedUpdate in org.eclipse.rdf4j.query.parser
Methods in org.eclipse.rdf4j.query.parser that return ParsedUpdateModifier 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
Methods in org.eclipse.rdf4j.query.parser.impl that return ParsedUpdateConstructors in org.eclipse.rdf4j.query.parser.impl with parameters of type ParsedUpdate -
Uses of ParsedUpdate in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return ParsedUpdate -
Uses of ParsedUpdate in org.eclipse.rdf4j.repository.sail
Constructors in org.eclipse.rdf4j.repository.sail with parameters of type ParsedUpdateModifierConstructorDescriptionprotected
SailUpdate
(ParsedUpdate parsedUpdate, SailRepositoryConnection con) -
Uses of ParsedUpdate in org.eclipse.rdf4j.spin
Subclasses of ParsedUpdate in org.eclipse.rdf4j.spinMethods in org.eclipse.rdf4j.spin that return ParsedUpdateModifier and TypeMethodDescriptionSpinParser.parseUpdate
(Resource queryResource, TripleSource store) Methods in org.eclipse.rdf4j.spin with parameters of type ParsedUpdateModifier and TypeMethodDescriptionvoid
SpinRenderer.render
(ParsedUpdate update, RDFHandler handler)