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

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

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

Methods in com.hp.hpl.jena.sparql.lang.arq that return Target
 Target ARQParser.GraphOrDefault()
           
 Target ARQParser.GraphRefAll()
           
 

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

Methods in com.hp.hpl.jena.sparql.lang.sparql_11 that return Target
 Target SPARQLParser11.GraphOrDefault()
           
 Target SPARQLParser11.GraphRefAll()
           
 

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

Fields in com.hp.hpl.jena.sparql.modify.request declared as Target
static Target Target.ALL
           
static Target Target.DEFAULT
           
static Target Target.NAMED
           
 

Methods in com.hp.hpl.jena.sparql.modify.request that return Target
static Target Target.create(com.hp.hpl.jena.graph.Node graphName)
           
static Target Target.create(String iri)
           
 Target UpdateBinaryOp.getDest()
           
 Target UpdateBinaryOp.getSrc()
           
 Target UpdateDropClear.getTarget()
           
 

Constructors in com.hp.hpl.jena.sparql.modify.request with parameters of type Target
UpdateAdd(Target src, Target dest)
           
UpdateAdd(Target src, Target dest, boolean silent)
           
UpdateClear(Target target)
           
UpdateClear(Target target, boolean silent)
           
UpdateCopy(Target src, Target dest)
           
UpdateCopy(Target src, Target dest, boolean silent)
           
UpdateDrop(Target target)
           
UpdateDrop(Target target, boolean silent)
           
UpdateMove(Target src, Target dest)
           
UpdateMove(Target src, Target dest, boolean silent)
           
 



Licenced under the Apache License, Version 2.0