Uses of Class
org.apache.jena.sparql.modify.request.UpdateModify
-
Packages that use UpdateModify Package Description org.apache.jena.sparql.lang.arq org.apache.jena.sparql.lang.sparql_11 org.apache.jena.sparql.modify org.apache.jena.sparql.modify.request -
-
Uses of UpdateModify in org.apache.jena.sparql.lang.arq
Methods in org.apache.jena.sparql.lang.arq with parameters of type UpdateModify Modifier and Type Method Description voidARQParser. DeleteClause(UpdateModify up)voidARQParser. InsertClause(UpdateModify up) -
Uses of UpdateModify in org.apache.jena.sparql.lang.sparql_11
Methods in org.apache.jena.sparql.lang.sparql_11 with parameters of type UpdateModify Modifier and Type Method Description voidSPARQLParser11. DeleteClause(UpdateModify up)voidSPARQLParser11. InsertClause(UpdateModify up) -
Uses of UpdateModify in org.apache.jena.sparql.modify
Methods in org.apache.jena.sparql.modify with parameters of type UpdateModify Modifier and Type Method Description voidUpdateEngineWorker. visit(UpdateModify update) -
Uses of UpdateModify in org.apache.jena.sparql.modify.request
Subclasses of UpdateModify in org.apache.jena.sparql.modify.request Modifier and Type Class Description classUpdateDeleteInsertConvenience class - renames UpdateModify so it follows the SPARQL Update spec.Methods in org.apache.jena.sparql.modify.request with parameters of type UpdateModify Modifier and Type Method Description voidUpdateVisitor. visit(UpdateModify update)voidUpdateVisitorBase. visit(UpdateModify update)voidUpdateWriterVisitor. visit(UpdateModify update)
-