Package | Description |
---|---|
org.openrdf.http.client.query | |
org.openrdf.query.impl | |
org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
org.openrdf.repository.base | |
org.openrdf.repository.contextaware |
A repository wrapper with convenience functions for handling contexts.
|
org.openrdf.repository.event |
Interfaces for notification/interception of events happening on Repositories and RepositoryConnections
|
org.openrdf.repository.event.base | |
org.openrdf.repository.event.util | |
org.openrdf.repository.http |
A repository that serves as a proxy client for a remote
repository on a Sesame Server.
|
org.openrdf.repository.sail |
Repository implementation for local RDF databases that
implement the SAIL API.
|
org.openrdf.repository.sparql |
A repository that serves as a client for a SPARQL endpoint.
|
org.openrdf.repository.sparql.query |
Modifier and Type | Class and Description |
---|---|
class |
AbstractHTTPUpdate
Base class for any
Update operation over HTTP. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractUpdate
Abstract super class of all update types.
|
Modifier and Type | Method and Description |
---|---|
Update |
RepositoryConnection.prepareUpdate(QueryLanguage ql,
String update)
Prepares an Update operation.
|
Update |
RepositoryConnection.prepareUpdate(QueryLanguage ql,
String update,
String baseURI)
Prepares an Update operation.
|
Modifier and Type | Method and Description |
---|---|
Update |
RepositoryConnectionBase.prepareUpdate(QueryLanguage ql,
String update) |
Update |
RepositoryConnectionWrapper.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
Update |
ContextAwareConnection.prepareUpdate(QueryLanguage ql,
String query) |
Update |
ContextAwareConnection.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Update |
ContextAwareConnection.prepareUpdate(String query) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionListener.execute(RepositoryConnection conn,
QueryLanguage ql,
String update,
String baseURI,
Update operation) |
boolean |
RepositoryConnectionInterceptor.execute(RepositoryConnection conn,
QueryLanguage ql,
String update,
String baseURI,
Update operation) |
Modifier and Type | Method and Description |
---|---|
Update |
NotifyingRepositoryConnectionWrapper.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Update |
InterceptingRepositoryConnectionWrapper.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
void |
RepositoryConnectionListenerAdapter.execute(RepositoryConnection conn,
QueryLanguage ql,
String update,
String baseURI,
Update operation) |
boolean |
RepositoryConnectionInterceptorAdapter.execute(RepositoryConnection conn,
QueryLanguage ql,
String update,
String baseURI,
Update operation) |
Modifier and Type | Method and Description |
---|---|
void |
DebugRepositoryConnectionListener.execute(RepositoryConnection conn,
QueryLanguage ql,
String update,
String baseURI,
Update operation) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPUpdate
Update specific to the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SailUpdate |
Modifier and Type | Method and Description |
---|---|
Update |
SailRepositoryConnection.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
Update |
SPARQLConnection.prepareUpdate(QueryLanguage ql,
String update,
String baseURI) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLUpdate
Update operation of the
SPARQLRepository |
Copyright © 2001-2016 Aduna. All Rights Reserved.