Package | Description |
---|---|
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.dataset |
A repository wrapper which supports auto-loading of datasets specified in a query
|
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 | Method and Description |
---|---|
BooleanQuery |
RepositoryConnection.prepareBooleanQuery(QueryLanguage ql,
String query)
Prepares true/false queries.
|
BooleanQuery |
RepositoryConnection.prepareBooleanQuery(QueryLanguage ql,
String query,
String baseURI)
Prepares true/false queries.
|
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
RepositoryConnectionBase.prepareBooleanQuery(QueryLanguage ql,
String query) |
BooleanQuery |
RepositoryConnectionWrapper.prepareBooleanQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
ContextAwareConnection.prepareBooleanQuery(QueryLanguage ql,
String query) |
BooleanQuery |
ContextAwareConnection.prepareBooleanQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
DatasetRepositoryConnection.prepareBooleanQuery(QueryLanguage ql,
String query,
String baseURI) |
Modifier and Type | Class and Description |
---|---|
class |
HTTPBooleanQuery
TupleQuery specific to the HTTP protocol.
|
Modifier and Type | Class and Description |
---|---|
class |
SailBooleanQuery |
Modifier and Type | Method and Description |
---|---|
BooleanQuery |
SPARQLConnection.prepareBooleanQuery(QueryLanguage ql,
String query,
String base) |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLBooleanQuery
Parses boolean query response from remote stores.
|
Copyright © 2001-2016 Aduna. All Rights Reserved.