Uses of Interface
org.eclipse.rdf4j.query.algebra.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
Modifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of UpdateExpr in org.eclipse.rdf4j.query.algebra.evaluation
Modifier 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
Modifier and TypeMethodDescriptionprotected void
AbstractQueryModelVisitor.meetUpdateExpr
(UpdateExpr node) Method called by all meet methods with aUpdateExpr
node as argument. -
Uses of UpdateExpr in org.eclipse.rdf4j.query.parser
Modifier and TypeMethodDescriptionvoid
ParsedUpdate.addUpdateExpr
(UpdateExpr updateExpr) void
ParsedUpdate.map
(UpdateExpr updateExpr, Dataset dataset) -
Uses of UpdateExpr in org.eclipse.rdf4j.query.parser.sparql
Modifier and TypeMethodDescription -
Uses of UpdateExpr in org.eclipse.rdf4j.repository.sail.helpers
Modifier and TypeMethodDescriptionvoid
SailUpdateExecutor.executeUpdate
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) -
Uses of UpdateExpr in org.eclipse.rdf4j.sail
ModifierConstructorDescriptionUpdateContext
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)