Uses of Class
com.hp.hpl.jena.sparql.modify.request.UpdateWithUsing

Packages that use UpdateWithUsing
com.hp.hpl.jena.sparql.lang.arq   
com.hp.hpl.jena.sparql.lang.sparql_11   
com.hp.hpl.jena.sparql.modify.request   
 

Uses of UpdateWithUsing in com.hp.hpl.jena.sparql.lang.arq
 

Methods in com.hp.hpl.jena.sparql.lang.arq with parameters of type UpdateWithUsing
 void ARQParser.UsingClause(UpdateWithUsing update)
           
 

Uses of UpdateWithUsing in com.hp.hpl.jena.sparql.lang.sparql_11
 

Methods in com.hp.hpl.jena.sparql.lang.sparql_11 with parameters of type UpdateWithUsing
 void SPARQLParser11.UsingClause(UpdateWithUsing update)
           
 

Uses of UpdateWithUsing in com.hp.hpl.jena.sparql.modify.request
 

Subclasses of UpdateWithUsing in com.hp.hpl.jena.sparql.modify.request
 class UpdateDeleteInsert
          Convenience class - renames UpdateModify so it follows the SPARQL Update spec.
 class UpdateModify
           
 



Licenced under the Apache License, Version 2.0