java.lang.Object
org.apache.jena.sparql.core.Prologue
org.apache.jena.update.UpdateRequest
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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanequalTo(UpdateRequest other) iterator()voidoutput(org.apache.jena.atlas.io.IndentedWriter out) toString()Methods inherited from class org.apache.jena.sparql.core.Prologue
copy, expandPrefixedName, explicitlySetBaseURI, getBase, getBaseURI, getPrefix, getPrefixMapping, getResolver, getVersion, hash, samePrologue, setBase, setBaseURI, setPrefix, setPrefixMapping, setVersion, shortFormMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
UpdateRequest
public UpdateRequest() -
UpdateRequest
-
-
Method Details