Package | Description |
---|---|
org.openrdf.http.client | |
org.openrdf.query |
Interfaces and classes for handling queries and query results.
|
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 |
BackgroundGraphResult
Provides concurrent access to statements as they are being parsed.
|
Modifier and Type | Method and Description |
---|---|
GraphQueryResult |
HTTPClient.sendGraphQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings) |
GraphQueryResult |
HTTPClient.sendGraphQuery(QueryLanguage ql,
String query,
String baseURI,
Dataset dataset,
boolean includeInferred,
int maxQueryTime,
Binding... bindings) |
Modifier and Type | Method and Description |
---|---|
static GraphQueryResult |
QueryResults.distinctResults(GraphQueryResult queryResult)
Returns a
GraphQueryResult that filters out any duplicate
solutions from the supplied queryResult. |
GraphQueryResult |
GraphQuery.evaluate() |
Modifier and Type | Method and Description |
---|---|
static Model |
QueryResults.asModel(GraphQueryResult gqr)
Get a
Model containing all elements obtained from the specified
query result. |
static GraphQueryResult |
QueryResults.distinctResults(GraphQueryResult queryResult)
Returns a
GraphQueryResult that filters out any duplicate
solutions from the supplied queryResult. |
static boolean |
QueryResults.equals(GraphQueryResult result1,
GraphQueryResult result2) |
static void |
QueryResults.report(GraphQueryResult gqr,
RDFHandler rdfHandler)
Reports a graph query result to an
RDFHandler . |
static Statement |
QueryResults.singleResult(GraphQueryResult result)
Returns a single element from the query result.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphQueryResultImpl
An utility implementation of the
GraphQueryResult interface. |
Modifier and Type | Method and Description |
---|---|
static void |
QueryResultIO.write(GraphQueryResult gqr,
RDFFormat format,
OutputStream out)
Writes a graph query result document in a specific RDF format to an output
stream.
|
Modifier and Type | Method and Description |
---|---|
GraphQueryResult |
HTTPGraphQuery.evaluate() |
Modifier and Type | Method and Description |
---|---|
GraphQueryResult |
SailGraphQuery.evaluate() |
Modifier and Type | Method and Description |
---|---|
GraphQueryResult |
SPARQLGraphQuery.evaluate() |
Copyright © 2001-2013 Aduna. All Rights Reserved.