Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.http.client.query | |
org.openrdf.repository.sparql | |
org.openrdf.repository.sparql.query |
Modifier and Type | Class and Description |
---|---|
class |
SesameSession
An
SparqlSession subclass which bundles special functionality for
Sesame remote repositories. |
Modifier and Type | Method and Description |
---|---|
SparqlSession |
SesameClientImpl.createSparqlSession(String queryEndpointUrl,
String updateEndpointUrl) |
SparqlSession |
SesameClient.createSparqlSession(String queryEndpointUrl,
String updateEndpointUrl)
Creates a new session to the remote SPARQL endpoint to manage the auth
state.
|
Modifier and Type | Method and Description |
---|---|
protected SparqlSession |
AbstractHTTPUpdate.getHttpClient() |
protected SparqlSession |
AbstractHTTPQuery.getHttpClient() |
Constructor and Description |
---|
AbstractHTTPQuery(SparqlSession httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
AbstractHTTPUpdate(SparqlSession httpClient,
QueryLanguage queryLanguage,
String queryString,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
protected SparqlSession |
SPARQLRepository.createHTTPClient()
Creates a new HTTPClient object.
|
Constructor and Description |
---|
SPARQLConnection(SPARQLRepository repository,
SparqlSession client) |
SPARQLConnection(SPARQLRepository repository,
SparqlSession client,
boolean quadMode) |
Constructor and Description |
---|
SPARQLBooleanQuery(SparqlSession httpClient,
String baseURI,
String queryString) |
SPARQLGraphQuery(SparqlSession httpClient,
String baseURI,
String queryString) |
SPARQLTupleQuery(SparqlSession httpClient,
String baseUri,
String queryString) |
SPARQLUpdate(SparqlSession httpClient,
String baseURI,
String queryString) |
Copyright © 2001-2016 Aduna. All Rights Reserved.