|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TupleQueryResult | |
|---|---|
| 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. |
| Uses of TupleQueryResult in org.openrdf.http.client |
|---|
| Methods in org.openrdf.http.client that return TupleQueryResult | |
|---|---|
TupleQueryResult |
HTTPClient.getContextIDs()
|
TupleQueryResult |
HTTPClient.getNamespaces()
|
TupleQueryResult |
HTTPClient.getRepositoryList()
|
TupleQueryResult |
HTTPClient.sendTupleQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
Binding... bindings)
|
| Uses of TupleQueryResult in org.openrdf.query |
|---|
| Methods in org.openrdf.query that return TupleQueryResult | |
|---|---|
TupleQueryResult |
TupleQuery.evaluate()
|
| Methods in org.openrdf.query with parameters of type TupleQueryResult | |
|---|---|
static boolean |
QueryResultUtil.equals(TupleQueryResult tqr1,
TupleQueryResult tqr2)
Compares the two query results by converting them to graphs and returns true if they are equal. |
static void |
QueryResultUtil.report(TupleQueryResult tqr,
TupleQueryResultHandler handler)
Reports a tuple query result to a TupleQueryResultHandler. |
| Uses of TupleQueryResult in org.openrdf.query.dawg |
|---|
| Methods in org.openrdf.query.dawg that return TupleQueryResult | |
|---|---|
static TupleQueryResult |
DAWGTestResultSetUtil.toTupleQueryResult(Iterable<? extends Statement> dawgGraph)
|
| Methods in org.openrdf.query.dawg with parameters of type TupleQueryResult | |
|---|---|
static Graph |
DAWGTestResultSetUtil.toGraph(TupleQueryResult tqr)
|
| Uses of TupleQueryResult in org.openrdf.query.impl |
|---|
| Classes in org.openrdf.query.impl that implement TupleQueryResult | |
|---|---|
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. |
| Methods in org.openrdf.query.impl that return TupleQueryResult | |
|---|---|
TupleQueryResult |
TupleQueryResultBuilder.getQueryResult()
|
| Constructors in org.openrdf.query.impl with parameters of type TupleQueryResult | |
|---|---|
MutableTupleQueryResult(TupleQueryResult tqr)
|
|
| Uses of TupleQueryResult in org.openrdf.query.resultio |
|---|
| Methods in org.openrdf.query.resultio that return TupleQueryResult | |
|---|---|
static TupleQueryResult |
QueryResultIO.parse(InputStream in,
TupleQueryResultFormat format)
Parses a query result document and returns it as a TupleQueryResult object. |
| Methods in org.openrdf.query.resultio with parameters of type TupleQueryResult | |
|---|---|
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. |
| Uses of TupleQueryResult in org.openrdf.repository.http |
|---|
| Methods in org.openrdf.repository.http that return TupleQueryResult | |
|---|---|
TupleQueryResult |
HTTPTupleQuery.evaluate()
|
| Uses of TupleQueryResult in org.openrdf.repository.sail |
|---|
| Methods in org.openrdf.repository.sail that return TupleQueryResult | |
|---|---|
TupleQueryResult |
SailTupleQuery.evaluate()
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||