Class UpdateContext

java.lang.Object
org.eclipse.rdf4j.sail.UpdateContext

public class UpdateContext extends Object
Provided with add and remove operation to give them context within a UpdateExpr operation.
  • Field Details

    • updateExpr

      private final UpdateExpr updateExpr
    • dataset

      private final Dataset dataset
    • bindings

      private final BindingSet bindings
    • includeInferred

      private final boolean includeInferred
  • Constructor Details

  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getUpdateExpr

      public UpdateExpr getUpdateExpr()
      Returns:
      Returns the updateExpr.
    • getDataset

      public Dataset getDataset()
      Returns:
      Returns the dataset.
    • getBindingSet

      public BindingSet getBindingSet()
      Returns:
      Returns the bindings.
    • isIncludeInferred

      public boolean isIncludeInferred()
      Returns:
      Returns the includeInferred.