Package | Description |
---|---|
org.openrdf.http.client.query | |
org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
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 | |
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 | Class and Description |
---|---|
class |
AbstractHTTPQuery
Base class for any
Query operation over HTTP. |
Modifier and Type | Interface and Description |
---|---|
interface |
BooleanQuery |
interface |
GraphQuery |
interface |
TupleQuery |
Modifier and Type | Class and Description |
---|---|
class |
AbstractQuery
Abstract super class of all query types.
|
Modifier and Type | Method and Description |
---|---|
Query |
RepositoryConnection.prepareQuery(QueryLanguage ql,
String query)
Prepares a query for evaluation on this repository (optional operation).
|
Query |
RepositoryConnection.prepareQuery(QueryLanguage ql,
String query,
String baseURI)
Prepares a query for evaluation on this repository (optional operation).
|
Modifier and Type | Method and Description |
---|---|
Query |
RepositoryConnectionBase.prepareQuery(QueryLanguage ql,
String query) |
Query |
RepositoryConnectionWrapper.prepareQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
Query |
ContextAwareConnection.prepareQuery(QueryLanguage ql,
String query) |
Query |
ContextAwareConnection.prepareQuery(QueryLanguage ql,
String query,
String baseURI) |
Query |
ContextAwareConnection.prepareQuery(String query) |
Modifier and Type | Method and Description |
---|---|
Query |
DatasetRepositoryConnection.prepareQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPBooleanQuery
TupleQuery specific to the HTTP protocol.
|
class |
HTTPGraphQuery
GraphQuery implementation specific to the HTTP protocol.
|
class |
HTTPTupleQuery
TupleQuery specific to the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SailBooleanQuery |
class |
SailGraphQuery |
class |
SailQuery |
class |
SailTupleQuery |
Modifier and Type | Method and Description |
---|---|
Query |
SPARQLConnection.prepareQuery(QueryLanguage ql,
String query,
String base) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanQuery
Parses boolean query response from remote stores.
|
class |
SPARQLGraphQuery
Parses RDF results in the background.
|
class |
SPARQLQuery
Deprecated.
replaced by
AbstractHTTPQuery |
class |
SPARQLTupleQuery
Parses tuple results in the background.
|
Modifier and Type | Method and Description |
---|---|
static Query |
QueryFactory.prepareQuery(RepositoryConnection con,
QueryLanguage queryLn,
String query) |
Copyright © 2001-2013 Aduna. All Rights Reserved.