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.
This package contains classes for rendering RDF4J query objects as SPARQL queries.
Helper and utility classes for the
SailRepositoryRDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
See discussion at https://github.com/eclipse/rdf4j/issues/1262
-
Uses of UpdateExpr in org.eclipse.rdf4j.query.algebra
Classes in org.eclipse.rdf4j.query.algebra that implement UpdateExprModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassMethods 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 voidAbstractQueryPreparer.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 voidAbstractQueryModelVisitor.meetUpdateExpr(UpdateExpr node) Method called by all meet methods with aUpdateExprnode as argument.protected voidAbstractSimpleQueryModelVisitor.meetUpdateExpr(UpdateExpr node) Method called by all meet methods with aUpdateExprnode as argument. -
Uses of UpdateExpr in org.eclipse.rdf4j.query.parser
Fields in org.eclipse.rdf4j.query.parser with type parameters of type UpdateExprModifier and TypeFieldDescriptionprivate final Map<UpdateExpr, Dataset> ParsedUpdate.datasetMappingprivate final List<UpdateExpr> ParsedUpdate.updateExprsMethods 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 TypeMethodDescriptionvoidParsedUpdate.addUpdateExpr(UpdateExpr updateExpr) voidParsedUpdate.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.queryrender.sparql.experimental
Fields in org.eclipse.rdf4j.queryrender.sparql.experimental declared as UpdateExprMethods in org.eclipse.rdf4j.queryrender.sparql.experimental with parameters of type UpdateExprModifier and TypeMethodDescriptionParsedQueryPreprocessor.transformToSerialize(UpdateExpr update, Dataset dataset) -
Uses of UpdateExpr in org.eclipse.rdf4j.repository.sail.helpers
Methods in org.eclipse.rdf4j.repository.sail.helpers with parameters of type UpdateExprModifier and TypeMethodDescriptionvoidSailUpdateExecutor.executeUpdate(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred, int maxExecutionTime) -
Uses of UpdateExpr in org.eclipse.rdf4j.sail
Fields in org.eclipse.rdf4j.sail declared as UpdateExprMethods 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) -
Uses of UpdateExpr in org.eclipse.rdf4j.spin
Fields in org.eclipse.rdf4j.spin declared as UpdateExprMethods in org.eclipse.rdf4j.spin that return UpdateExpr