Package | Description |
---|---|
org.openrdf.query.algebra |
Query Algebra
|
org.openrdf.query.algebra.helpers | |
org.openrdf.query.parser | |
org.openrdf.query.parser.sparql |
The SPARQL query engine.
|
org.openrdf.repository.sail.helpers | |
org.openrdf.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an API
for RDF repositories.
|
Modifier and Type | Class and Description |
---|---|
class |
Add |
class |
Clear |
class |
Copy |
class |
Create |
class |
DeleteData |
class |
InsertData |
class |
Load |
class |
Modify |
class |
Move |
Modifier and Type | Method and Description |
---|---|
UpdateExpr |
UpdateExpr.clone() |
Modifier and Type | Method and Description |
---|---|
protected void |
QueryModelVisitorBase.meetUpdateExpr(UpdateExpr node)
Method called by all meet methods with a
UpdateExpr node
as argument. |
Modifier and Type | Method and Description |
---|---|
Map<UpdateExpr,Dataset> |
ParsedUpdate.getDatasetMapping() |
List<UpdateExpr> |
ParsedUpdate.getUpdateExprs() |
Modifier and Type | Method and Description |
---|---|
void |
ParsedUpdate.addUpdateExpr(UpdateExpr updateExpr) |
void |
ParsedUpdate.map(UpdateExpr updateExpr,
Dataset dataset) |
Modifier and Type | Method and Description |
---|---|
UpdateExpr |
UpdateExprBuilder.visit(ASTUpdate node,
Object data) |
Modifier and Type | Method and Description |
---|---|
void |
SailUpdateExecutor.executeUpdate(UpdateExpr updateExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Modifier and Type | Method and Description |
---|---|
UpdateExpr |
UpdateContext.getUpdateExpr() |
Constructor and Description |
---|
UpdateContext(UpdateExpr updateExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Copyright © 2001-2016 Aduna. All Rights Reserved.