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.
Author:
James Leigh
  • Constructor Details Link icon

  • Method Details Link icon

    • toString Link icon

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

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

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

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

      public boolean isIncludeInferred()
      Returns:
      Returns the includeInferred.