Class UsingUpdateSink

java.lang.Object
org.apache.jena.sparql.modify.UsingUpdateSink
All Implemented Interfaces:
org.apache.jena.atlas.lib.Closeable, org.apache.jena.atlas.lib.Sink<Update>, UpdateSink

public class UsingUpdateSink extends Object implements UpdateSink
Adds using clauses from the UsingList to UpdateWithUsing operations; will throw an UpdateException if the modify operation already contains a using clause.
  • Constructor Details

  • Method Details

    • send

      public void send(Update update)
      Specified by:
      send in interface org.apache.jena.atlas.lib.Sink<Update>
    • createInsertDataSink

      public QuadDataAccSink createInsertDataSink()
      Specified by:
      createInsertDataSink in interface UpdateSink
    • createDeleteDataSink

      public QuadDataAccSink createDeleteDataSink()
      Specified by:
      createDeleteDataSink in interface UpdateSink
    • flush

      public void flush()
      Specified by:
      flush in interface org.apache.jena.atlas.lib.Sink<Update>
    • close

      public void close()
      Specified by:
      close in interface org.apache.jena.atlas.lib.Closeable