java.lang.Object
org.apache.jena.update.Update
org.apache.jena.sparql.modify.request.UpdateWithUsing
org.apache.jena.sparql.modify.request.UpdateModify
org.apache.jena.sparql.modify.request.UpdateDeleteInsert
Convenience class - renames UpdateModify so it follows the SPARQL Update spec.
-
Constructor Summary
-
Method Summary
Methods inherited from class org.apache.jena.sparql.modify.request.UpdateModify
equalTo, getDeleteAcc, getDeleteQuads, getInsertAcc, getInsertQuads, getWherePattern, hasDeleteClause, hasInsertClause, setElement, setHasDeleteClause, setHasInsertClause, visit
Methods inherited from class org.apache.jena.sparql.modify.request.UpdateWithUsing
addUsing, addUsingNamed, getUsing, getUsingNamed, getWithIRI, setWithIRI
-
Constructor Details
-
UpdateDeleteInsert
public UpdateDeleteInsert()
-