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