Class UpdateContext


  • public class UpdateContext
    extends Object
    Provided with add and remove operation to give them context within a UpdateExpr operation.
    Author:
    James Leigh
    • Constructor Detail

    • Method Detail

      • 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.