Interface UpdateSink

  • All Superinterfaces:
    org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sink<Update>
    All Known Implementing Classes:
    UpdateRequestSink, UpdateVisitorSink, UsingUpdateSink

    public interface UpdateSink
    extends org.apache.jena.atlas.lib.Sink<Update>
    An UpdateSink is an object usually created by a container (such as a storage engine or an UpdateRequest) that can process or store the quads for INSERT DATA and DELETE DATA in a single SPARQL Update.