Package | Description |
---|---|
com.hp.hpl.jena.sparql.lang.arq | |
com.hp.hpl.jena.sparql.lang.sparql_11 | |
com.hp.hpl.jena.sparql.modify.request |
Modifier and Type | Method and Description |
---|---|
Target |
ARQParser.GraphOrDefault() |
Target |
ARQParser.GraphRefAll() |
Modifier and Type | Method and Description |
---|---|
Target |
SPARQLParser11.GraphOrDefault() |
Target |
SPARQLParser11.GraphRefAll() |
Modifier and Type | Field and Description |
---|---|
static Target |
Target.ALL |
static Target |
Target.DEFAULT |
static Target |
Target.NAMED |
Modifier and Type | Method and Description |
---|---|
static Target |
Target.create(Node graphName) |
static Target |
Target.create(String iri) |
Target |
UpdateBinaryOp.getDest() |
Target |
UpdateBinaryOp.getSrc() |
Target |
UpdateDropClear.getTarget() |
Constructor and Description |
---|
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