Package | Description |
---|---|
org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
org.openrdf.repository.http |
A repository that serves as a proxy for a remote repository on a Sesame server.
|
org.openrdf.repository.sail |
Repository implementation for local storage backends.
|
org.openrdf.repository.sparql.query | |
org.openrdf.workbench.util |
Modifier and Type | Method and Description |
---|---|
void |
Update.execute()
Execute this update on the repository.
|
Modifier and Type | Class and Description |
---|---|
class |
HTTPUpdateExecutionException |
Modifier and Type | Method and Description |
---|---|
void |
HTTPUpdate.execute() |
Modifier and Type | Method and Description |
---|---|
void |
SailUpdate.execute() |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLUpdate.execute() |
Modifier and Type | Method and Description |
---|---|
void |
QueryStorage.deleteQuery(URI query,
String userName)
Delete the given query for the given user.
|
void |
QueryStorage.updateQuery(URI query,
String userName,
boolean shared,
QueryLanguage queryLanguage,
String queryText,
boolean infer,
int rowsPerPage)
Update the entry for the given query.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.