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
-
Method Summary
Modifier and TypeMethodDescriptionboolean
equalTo
(UpdateRequest other) iterator()
void
output
(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, hash, samePrologue, setBase, setBaseURI, setPrefix, setPrefixMapping, shortForm
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Iterable
forEach, spliterator
-
Constructor Details
-
UpdateRequest
public UpdateRequest() -
UpdateRequest
-
-
Method Details