Class UpdateRequest

java.lang.Object
org.apache.jena.sparql.core.Prologue
org.apache.jena.update.UpdateRequest
All Implemented Interfaces:
Iterable<Update>, org.apache.jena.atlas.io.Printable

public class UpdateRequest extends Prologue implements org.apache.jena.atlas.io.Printable, Iterable<Update>
A SPARQL Update consists of a number of operations (e.g. INSERT, CLEAR). A request is the unit of execution.
  • Constructor Details

    • UpdateRequest

      public UpdateRequest()
    • UpdateRequest

      public UpdateRequest(Update update)
  • Method Details