Package org.eclipse.rdf4j.sail
Class UpdateContext
java.lang.Object
org.eclipse.rdf4j.sail.UpdateContext
Provided with add and remove operation to give them context within a
UpdateExpr
operation.- Author:
- James Leigh
-
Constructor Summary
ConstructorDescriptionUpdateContext
(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred) -
Method Summary
-
Constructor Details
-
UpdateContext
public UpdateContext(UpdateExpr updateExpr, Dataset dataset, BindingSet bindings, boolean includeInferred)
-
-
Method Details