Uses of Class
org.apache.jena.sparql.modify.request.Target
Package
Description
-
Uses of Target in org.apache.jena.sparql.lang.arq
Modifier and TypeMethodDescriptionfinal Target
ARQParser.GraphOrDefault()
final Target
ARQParser.GraphRefAll()
-
Uses of Target in org.apache.jena.sparql.lang.sparql_11
Modifier and TypeMethodDescriptionfinal Target
SPARQLParser11.GraphOrDefault()
final Target
SPARQLParser11.GraphRefAll()
-
Uses of Target in org.apache.jena.sparql.lang.sparql_12
Modifier and TypeMethodDescriptionfinal Target
SPARQLParser12.GraphOrDefault()
final Target
SPARQLParser12.GraphRefAll()
-
Uses of Target in org.apache.jena.sparql.modify.request
Modifier and TypeFieldDescriptionstatic final Target
Target.ALL
static final Target
Target.DEFAULT
static final Target
Target.NAMED
Modifier and TypeMethodDescriptionstatic Target
static Target
Target.create
(org.apache.jena.graph.Node graphName) UpdateBinaryOp.getDest()
UpdateBinaryOp.getSrc()
UpdateDropClear.getTarget()
Modifier and TypeMethodDescriptionboolean
Target.equalTo
(Target other, NodeIsomorphismMap isoMap) ModifierConstructorDescriptionUpdateClear
(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)