Package | Description |
---|---|
com.bigdata.rdf.sail.sparql |
This package was imported from the
org.openrdf.query.parser.sparql
package of the openrdf distribution. |
com.bigdata.rdf.sparql.ast |
This package contains an Abstract Syntax Tree which provides an intermediate translation
target for SPARQL parsers.
|
Modifier and Type | Method and Description |
---|---|
DeleteInsertGraph |
UpdateExprBuilder.visit(ASTDeleteWhere node,
Object data)
This handles the "DELETE WHERE" syntax short hand.
|
DeleteInsertGraph |
UpdateExprBuilder.visit(ASTModify node,
Object data)
The DELETE/INSERT operation can be used to remove or add triples from/to
the Graph Store based on bindings for a query pattern specified in a
WHERE clause:
|
Constructor and Description |
---|
DeleteInsertGraph(DeleteInsertGraph op) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.