Uses of Package
org.apache.jena.sparql.modify
Packages that use org.apache.jena.sparql.modify
Package
Description
-
Classes in org.apache.jena.sparql.modify used by org.apache.jena.sparql.execClassDescriptionClass to hold the general state of a update request execution.
-
Classes in org.apache.jena.sparql.modify used by org.apache.jena.sparql.langClassDescriptionAn
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. -
Classes in org.apache.jena.sparql.modify used by org.apache.jena.sparql.modifyClassDescriptionAn 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.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. -
Classes in org.apache.jena.sparql.modify used by org.apache.jena.updateClassDescriptionAn
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.