Class UpdateRequest

  • All Implemented Interfaces:
    java.lang.Iterable<Update>, org.apache.jena.atlas.io.Printable

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

      • UpdateRequest

        public UpdateRequest()
      • UpdateRequest

        public UpdateRequest​(Update update)
    • Method Detail

      • getOperations

        public java.util.List<Update> getOperations()
      • iterator

        public java.util.Iterator<Update> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<Update>
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • output

        public void output​(org.apache.jena.atlas.io.IndentedWriter out)
        Specified by:
        output in interface org.apache.jena.atlas.io.Printable