Uses of Class
org.apache.jena.sparql.modify.request.UpdateModify
Packages that use UpdateModify
Package
Description
-
Uses of UpdateModify in org.apache.jena.sparql.lang.arq
Methods in org.apache.jena.sparql.lang.arq with parameters of type UpdateModifyModifier and TypeMethodDescriptionfinal void
ARQParser.DeleteClause
(UpdateModify up) final void
ARQParser.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 UpdateModifyModifier and TypeMethodDescriptionfinal void
SPARQLParser11.DeleteClause
(UpdateModify up) final void
SPARQLParser11.InsertClause
(UpdateModify up) -
Uses of UpdateModify in org.apache.jena.sparql.lang.sparql_12
Methods in org.apache.jena.sparql.lang.sparql_12 with parameters of type UpdateModifyModifier and TypeMethodDescriptionfinal void
SPARQLParser12.DeleteClause
(UpdateModify up) final void
SPARQLParser12.InsertClause
(UpdateModify up) -
Uses of UpdateModify in org.apache.jena.sparql.modify
Methods in org.apache.jena.sparql.modify with parameters of type UpdateModify -
Uses of UpdateModify in org.apache.jena.sparql.modify.request
Subclasses of UpdateModify in org.apache.jena.sparql.modify.requestModifier and TypeClassDescriptionclass
Convenience class - renames UpdateModify so it follows the SPARQL Update spec.Methods in org.apache.jena.sparql.modify.request with parameters of type UpdateModifyModifier and TypeMethodDescriptionvoid
UpdateVisitor.visit
(UpdateModify update) void
UpdateVisitorBase.visit
(UpdateModify update) void
UpdateWriterVisitor.visit
(UpdateModify update)