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 | |
org.openrdf.workbench.util |
Modifier and Type | Method and Description |
---|---|
TupleQuery |
RepositoryConnection.prepareTupleQuery(QueryLanguage ql,
String query)
Prepares a query that produces sets of value tuples.
|
TupleQuery |
RepositoryConnection.prepareTupleQuery(QueryLanguage ql,
String query,
String baseURI)
Prepares a query that produces sets of value tuples.
|
Modifier and Type | Method and Description |
---|---|
TupleQuery |
RepositoryConnectionBase.prepareTupleQuery(QueryLanguage ql,
String query) |
TupleQuery |
RepositoryConnectionWrapper.prepareTupleQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
TupleQuery |
ContextAwareConnection.prepareTupleQuery(QueryLanguage ql,
String query) |
TupleQuery |
ContextAwareConnection.prepareTupleQuery(QueryLanguage ql,
String query,
String baseURI) |
TupleQuery |
ContextAwareConnection.prepareTupleQuery(String query) |
Modifier and Type | Method and Description |
---|---|
TupleQuery |
DatasetRepositoryConnection.prepareTupleQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPTupleQuery
TupleQuery specific to the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SailTupleQuery |
Modifier and Type | Method and Description |
---|---|
TupleQuery |
SPARQLConnection.prepareTupleQuery(QueryLanguage ql,
String query,
String base) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLTupleQuery
Parses tuple results in the background.
|
Modifier and Type | Method and Description |
---|---|
void |
QueryEvaluator.evaluateTupleQuery(TupleResultBuilder builder,
String xslPath,
WorkbenchRequest req,
javax.servlet.http.HttpServletResponse resp,
CookieHandler cookies,
TupleQuery query,
boolean writeCookie,
boolean paged,
int offset,
int limit)
Evaluate a tuple query, and create an XML results document.
|
void |
QueryEvaluator.evaluateTupleQuery(TupleResultBuilder builder,
TupleQuery query)
Evaluate a tuple query, and create an XML results document.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.