Uses of Interface
org.eclipse.rdf4j.query.algebra.UpdateExpr
Packages that use UpdateExpr
Package
Description
Abstract Query Algebra model.
The rdf4j SPARQL 1.1 parser.
Helper and utility classes for the
SailRepository
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
-
Uses of UpdateExpr in org.eclipse.rdf4j.query.algebra
Classes in org.eclipse.rdf4j.query.algebra that implement UpdateExprModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
Methods in org.eclipse.rdf4j.query.algebra that return UpdateExpr -
Uses of UpdateExpr in org.eclipse.rdf4j.query.algebra.evaluation
Methods in org.eclipse.rdf4j.query.algebra.evaluation with parameters of type UpdateExprModifier and TypeMethodDescriptionprotected abstract void
AbstractQueryPreparer.execute
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) -
Uses of UpdateExpr in org.eclipse.rdf4j.query.algebra.helpers
Methods in org.eclipse.rdf4j.query.algebra.helpers with parameters of type UpdateExprModifier and TypeMethodDescriptionprotected void
AbstractQueryModelVisitor.meetUpdateExpr
(UpdateExpr node) Method called by all meet methods with aUpdateExpr
node as argument.protected void
AbstractSimpleQueryModelVisitor.meetUpdateExpr
(UpdateExpr node) Method called by all meet methods with aUpdateExpr
node as argument. -
Uses of UpdateExpr in org.eclipse.rdf4j.query.parser
Methods in org.eclipse.rdf4j.query.parser that return types with arguments of type UpdateExprMethods in org.eclipse.rdf4j.query.parser with parameters of type UpdateExprModifier and TypeMethodDescriptionvoid
ParsedUpdate.addUpdateExpr
(UpdateExpr updateExpr) void
ParsedUpdate.map
(UpdateExpr updateExpr, Dataset dataset) -
Uses of UpdateExpr in org.eclipse.rdf4j.query.parser.sparql
Methods in org.eclipse.rdf4j.query.parser.sparql that return UpdateExprModifier and TypeMethodDescription -
Uses of UpdateExpr in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type UpdateExprModifier and TypeMethodDescriptionvoid
SailUpdateExecutor.executeUpdate
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) -
Uses of UpdateExpr in org.eclipse.rdf4j.sail
Methods in org.eclipse.rdf4j.sail that return UpdateExprConstructors in org.eclipse.rdf4j.sail with parameters of type UpdateExprModifierConstructorDescriptionUpdateContext
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)