Package | Description |
---|---|
org.openrdf.repository |
The Repository API: the main API for handling Sesame repositories.
|
org.openrdf.repository.base | |
org.openrdf.repository.contextaware | |
org.openrdf.repository.dataset | |
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 | |
org.openrdf.repository.sparql.query |
Modifier and Type | Method and Description |
---|---|
GraphQuery |
RepositoryConnection.prepareGraphQuery(QueryLanguage ql,
String query)
Prepares queries that produce RDF graphs.
|
GraphQuery |
RepositoryConnection.prepareGraphQuery(QueryLanguage ql,
String query,
String baseURI)
Prepares queries that produce RDF graphs.
|
Modifier and Type | Method and Description |
---|---|
GraphQuery |
RepositoryConnectionBase.prepareGraphQuery(QueryLanguage ql,
String query) |
GraphQuery |
RepositoryConnectionWrapper.prepareGraphQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
GraphQuery |
ContextAwareConnection.prepareGraphQuery(QueryLanguage ql,
String query) |
GraphQuery |
ContextAwareConnection.prepareGraphQuery(QueryLanguage ql,
String query,
String baseURI) |
GraphQuery |
ContextAwareConnection.prepareGraphQuery(String query) |
Modifier and Type | Method and Description |
---|---|
GraphQuery |
DatasetRepositoryConnection.prepareGraphQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPGraphQuery
GraphQuery implementation specific to the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SailGraphQuery |
Modifier and Type | Method and Description |
---|---|
GraphQuery |
SPARQLConnection.prepareGraphQuery(QueryLanguage ql,
String query,
String base) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLGraphQuery
Parses RDF results in the background.
|
Copyright © 2001-2013 Aduna. All Rights Reserved.