Package | Description |
---|---|
org.openrdf.query.parser | |
org.openrdf.query.parser.serql |
The SeRQL query engine.
|
org.openrdf.query.parser.sparql |
The SPARQL query engine.
|
org.openrdf.repository.sail |
Repository implementation for local storage backends.
|
Modifier and Type | Method and Description |
---|---|
static ParsedUpdate |
QueryParserUtil.parseUpdate(QueryLanguage ql,
String update,
String baseURI)
Parses the supplied update operation into a query model.
|
ParsedUpdate |
QueryParser.parseUpdate(String updateStr,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
ParsedUpdate |
SeRQLParser.parseUpdate(String updateStr,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
ParsedUpdate |
SPARQLParser.parseUpdate(String updateStr,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
ParsedUpdate |
SailUpdate.getParsedUpdate() |
Constructor and Description |
---|
SailUpdate(ParsedUpdate parsedUpdate,
SailRepositoryConnection con) |
Copyright © 2001-2016 Aduna. All Rights Reserved.