com.hp.hpl.jena.sparql.modify.request
Class UpdateDeleteInsert

java.lang.Object
  extended by com.hp.hpl.jena.update.Update
      extended by com.hp.hpl.jena.sparql.modify.request.UpdateWithUsing
          extended by com.hp.hpl.jena.sparql.modify.request.UpdateModify
              extended by com.hp.hpl.jena.sparql.modify.request.UpdateDeleteInsert
All Implemented Interfaces:
PrintSerializable, Printable

public class UpdateDeleteInsert
extends UpdateModify

Convenience class - renames UpdateModify so it follows the SPARQL Update spec.


Constructor Summary
UpdateDeleteInsert()
           
 
Method Summary
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.request.UpdateModify
getDeleteAcc, getDeleteQuads, getInsertAcc, getInsertQuads, getWherePattern, hasDeleteClause, hasInsertClause, setElement, setHasDeleteClause, setHasInsertClause, visit
 
Methods inherited from class com.hp.hpl.jena.sparql.modify.request.UpdateWithUsing
addUsing, addUsingNamed, getUsing, getUsingNamed, getWithIRI, setWithIRI
 
Methods inherited from class com.hp.hpl.jena.update.Update
output, output, toString, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UpdateDeleteInsert

public UpdateDeleteInsert()


Licenced under the Apache License, Version 2.0