Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
org.openrdf.query.dawg |
Functionality to convert tuple query results to and from the
Data Access Working Group Test Result Set RDF Vocabulary
|
org.openrdf.query.impl | |
org.openrdf.query.resultio | |
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.query |
Modifier and Type | Class and Description |
---|---|
class |
BackgroundTupleResult
Provides concurrent access to tuple results as they are being parsed.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
SesameHTTPClient.getContextIDs() |
TupleQueryResult |
SesameHTTPClient.getNamespaces() |
TupleQueryResult |
SesameHTTPClient.getRepositoryList() |
TupleQueryResult |
HTTPClient.sendTupleQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
TupleQueryResult |
HTTPClient.sendTupleQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
Modifier and Type | Method and Description |
---|---|
static TupleQueryResult |
QueryResults.distinctResults(TupleQueryResult queryResult)
Returns a
TupleQueryResult that filters out any duplicate
solutions from the supplied queryResult. |
TupleQueryResult |
TupleQuery.evaluate() |
Modifier and Type | Method and Description |
---|---|
static TupleQueryResult |
QueryResults.distinctResults(TupleQueryResult queryResult)
Returns a
TupleQueryResult that filters out any duplicate
solutions from the supplied queryResult. |
static boolean |
QueryResults.equals(TupleQueryResult tqr1,
TupleQueryResult tqr2)
Compares the two query results by converting them to graphs and returns
true if they are equal.
|
static boolean |
QueryResults.isSubset(TupleQueryResult tqr1,
TupleQueryResult tqr2) |
static void |
QueryResults.report(TupleQueryResult tqr,
QueryResultHandler handler)
Reports a tuple query result to a
TupleQueryResultHandler . |
static BindingSet |
QueryResults.singleResult(TupleQueryResult result)
Returns a single element from the query result.
|
Modifier and Type | Method and Description |
---|---|
static TupleQueryResult |
DAWGTestResultSetUtil.toTupleQueryResult(Iterable<? extends Statement> dawgGraph) |
Modifier and Type | Method and Description |
---|---|
static Graph |
DAWGTestResultSetUtil.toGraph(TupleQueryResult tqr) |
Modifier and Type | Class and Description |
---|---|
class |
MutableTupleQueryResult
An implementation of the
TupleQueryResult interface that stores the
complete query result in memory. |
class |
TupleQueryResultImpl
A generic implementation of the
TupleQueryResult interface. |
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
TupleQueryResultBuilder.getQueryResult() |
Constructor and Description |
---|
MutableTupleQueryResult(TupleQueryResult tqr) |
Modifier and Type | Method and Description |
---|---|
static TupleQueryResult |
QueryResultIO.parse(InputStream in,
TupleQueryResultFormat format)
Parses a query result document and returns it as a TupleQueryResult
object.
|
Modifier and Type | Method and Description |
---|---|
static void |
QueryResultIO.write(TupleQueryResult tqr,
TupleQueryResultFormat format,
OutputStream out)
Writes a query result document in a specific query result format to an
output stream.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
HTTPTupleQuery.evaluate() |
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
SailTupleQuery.evaluate() |
Modifier and Type | Method and Description |
---|---|
TupleQueryResult |
SPARQLTupleQuery.evaluate() |
Copyright © 2001-2013 Aduna. All Rights Reserved.