Package | Description |
---|---|
org.eclipse.rdf4j.query.algebra |
Abstract Query Algebra model.
|
org.eclipse.rdf4j.query.algebra.evaluation | |
org.eclipse.rdf4j.query.algebra.helpers | |
org.eclipse.rdf4j.query.parser | |
org.eclipse.rdf4j.query.parser.sparql |
The rdf4j SPARQL 1.1 parser.
|
org.eclipse.rdf4j.repository.sail.helpers |
Helper and utility classes for the
SailRepository |
org.eclipse.rdf4j.sail |
RDF Storage And Inference Layer (RDF Sail): a set of interfaces defining an SPI for RDF databases.
|
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 abstract void |
AbstractQueryPreparer.execute(UpdateExpr updateExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred,
int maxExecutionTime) |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractQueryModelVisitor.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(org.eclipse.rdf4j.query.parser.sparql.ast.ASTUpdate node,
Object data)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
SailUpdateExecutor.executeUpdate(UpdateExpr updateExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred,
int maxExecutionTime) |
Modifier and Type | Method and Description |
---|---|
UpdateExpr |
UpdateContext.getUpdateExpr() |
Constructor and Description |
---|
UpdateContext(UpdateExpr updateExpr,
Dataset dataset,
BindingSet bindings,
boolean includeInferred) |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.