Module org.apache.jena.arq
Package org.apache.jena.sparql.modify
package org.apache.jena.sparql.modify
-
ClassDescriptionAn UpdateEngine provides an interface to execute a SPARQL update request.Interface for factories that accept and process SPARQL update requests.Default implementation of an update engine based on stream updates to a worker function.Example implementation of an update engine that does not stream data, instead it will build it up into an in-memory UpdateRequest, and then traverse it after all update operations have finished.Implementation of general purpose update request executionClass to hold the general state of a update request execution.Class to hold the general state of a update request execution.An
UpdateSink
is an object usually created by a container (such as a storage engine or anUpdateRequest
) that can process or store the quads for INSERT DATA and DELETE DATA in a single SPARQL Update.UpdateSink that sends every Update to a worker except for the quads of INSERT DATA, DELETE DATA which do to special sinks.Adds using clauses from the UsingList to UpdateWithUsing operations; will throw an UpdateException if the modify operation already contains a using clause.