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.javacc
Methods in org.apache.jena.sparql.lang.arq.javacc with parameters of type UpdateModifyModifier and TypeMethodDescriptionfinal voidARQParser.DeleteClause(UpdateModify up) final 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 UpdateModifyModifier and TypeMethodDescriptionfinal voidSPARQLParser11.DeleteClause(UpdateModify up) final voidSPARQLParser11.InsertClause(UpdateModify up) -
Uses of UpdateModify in org.apache.jena.sparql.lang.sparql_12.javacc
Methods in org.apache.jena.sparql.lang.sparql_12.javacc with parameters of type UpdateModifyModifier and TypeMethodDescriptionfinal voidSPARQLParser12.DeleteClause(UpdateModify up) final voidSPARQLParser12.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 TypeClassDescriptionclassConvenience class - renames UpdateModify so it follows the SPARQL Update spec.Methods in org.apache.jena.sparql.modify.request with parameters of type UpdateModifyModifier and TypeMethodDescriptionvoidUpdateVisitor.visit(UpdateModify update) voidUpdateVisitorBase.visit(UpdateModify update) voidUpdateWriterVisitor.visit(UpdateModify update)