|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use GraphQueryResult | |
|---|---|
| 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 | |
| Uses of GraphQueryResult in org.openrdf.http.client |
|---|
| Methods in org.openrdf.http.client that return GraphQueryResult | |
|---|---|
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)
|
| Uses of GraphQueryResult in org.openrdf.query |
|---|
| Methods in org.openrdf.query that return GraphQueryResult | |
|---|---|
GraphQueryResult |
GraphQuery.evaluate()
|
| Methods in org.openrdf.query with parameters of type GraphQueryResult | |
|---|---|
static boolean |
QueryResultUtil.equals(GraphQueryResult result1,
GraphQueryResult result2)
|
static void |
QueryResultUtil.report(GraphQueryResult gqr,
RDFHandler rdfHandler)
Reports a graph query result to an RDFHandler. |
| Uses of GraphQueryResult in org.openrdf.query.impl |
|---|
| Classes in org.openrdf.query.impl that implement GraphQueryResult | |
|---|---|
class |
GraphQueryResultImpl
An utility implementation of the GraphQueryResult interface. |
| Uses of GraphQueryResult in org.openrdf.query.resultio |
|---|
| Methods in org.openrdf.query.resultio with parameters of type GraphQueryResult | |
|---|---|
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. |
| Uses of GraphQueryResult in org.openrdf.repository.http |
|---|
| Methods in org.openrdf.repository.http that return GraphQueryResult | |
|---|---|
GraphQueryResult |
HTTPGraphQuery.evaluate()
|
| Uses of GraphQueryResult in org.openrdf.repository.sail |
|---|
| Methods in org.openrdf.repository.sail that return GraphQueryResult | |
|---|---|
GraphQueryResult |
SailGraphQuery.evaluate()
|
| Uses of GraphQueryResult in org.openrdf.repository.sparql.query |
|---|
| Classes in org.openrdf.repository.sparql.query that implement GraphQueryResult | |
|---|---|
class |
BackgroundGraphResult
Provides concurrent access to statements as they are being parsed. |
| Methods in org.openrdf.repository.sparql.query that return GraphQueryResult | |
|---|---|
GraphQueryResult |
SPARQLGraphQuery.evaluate()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||