|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TupleQueryResultHandlerException | |
|---|---|
| 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.query.resultio.binary | |
| org.openrdf.query.resultio.sparqljson | A writer for the SPARQL Query Results JSON Format |
| org.openrdf.query.resultio.sparqlxml | Parsers and writers for the SPARQL Query Results XML Format |
| 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 TupleQueryResultHandlerException in org.openrdf.http.client |
|---|
| Methods in org.openrdf.http.client that throw TupleQueryResultHandlerException | |
|---|---|
void |
HTTPClient.getContextIDs(TupleQueryResultHandler handler)
|
void |
HTTPClient.getNamespaces(TupleQueryResultHandler handler)
|
void |
HTTPClient.getRepositoryList(TupleQueryResultHandler handler)
|
protected void |
HTTPClient.getTupleQueryResult(org.apache.commons.httpclient.HttpMethod method,
TupleQueryResultHandler handler)
|
void |
HTTPClient.sendTupleQuery(QueryLanguage ql,
String query,
Dataset dataset,
boolean includeInferred,
TupleQueryResultHandler handler,
Binding... bindings)
|
| Uses of TupleQueryResultHandlerException in org.openrdf.query |
|---|
| Methods in org.openrdf.query that throw TupleQueryResultHandlerException | |
|---|---|
void |
TupleQueryResultHandlerBase.endQueryResult()
|
void |
TupleQueryResultHandler.endQueryResult()
Indicates the end of a sequence of solutions. |
void |
TupleQuery.evaluate(TupleQueryResultHandler handler)
|
void |
TupleQueryResultHandlerBase.handleSolution(BindingSet bindingSet)
|
void |
TupleQueryResultHandler.handleSolution(BindingSet bindingSet)
Handles a solution. |
static void |
QueryResultUtil.report(TupleQueryResult tqr,
TupleQueryResultHandler handler)
Reports a tuple query result to a TupleQueryResultHandler. |
void |
TupleQueryResultHandlerBase.startQueryResult(List<String> bindingNames)
|
void |
TupleQueryResultHandler.startQueryResult(List<String> bindingNames)
Indicates the start of a sequence of Solutions. |
| Uses of TupleQueryResultHandlerException in org.openrdf.query.dawg |
|---|
| Methods in org.openrdf.query.dawg that throw TupleQueryResultHandlerException | |
|---|---|
void |
DAWGTestResultSetWriter.endQueryResult()
|
void |
DAWGTestResultSetWriter.handleSolution(BindingSet bindingSet)
|
void |
DAWGTestResultSetWriter.startQueryResult(List<String> bindingNames)
|
| Uses of TupleQueryResultHandlerException in org.openrdf.query.impl |
|---|
| Methods in org.openrdf.query.impl that throw TupleQueryResultHandlerException | |
|---|---|
void |
TupleQueryResultBuilder.handleSolution(BindingSet bindingSet)
|
void |
TupleQueryResultBuilder.startQueryResult(List<String> bindingNames)
|
| Uses of TupleQueryResultHandlerException in org.openrdf.query.resultio |
|---|
| Methods in org.openrdf.query.resultio that throw TupleQueryResultHandlerException | |
|---|---|
void |
TupleQueryResultParser.parse(InputStream in)
Parses the data from the supplied InputStream. |
static TupleQueryResult |
QueryResultIO.parse(InputStream in,
TupleQueryResultFormat format)
Parses a query result document and returns it as a TupleQueryResult object. |
static void |
QueryResultIO.parse(InputStream in,
TupleQueryResultFormat format,
TupleQueryResultHandler handler,
ValueFactory valueFactory)
Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler. |
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 TupleQueryResultHandlerException in org.openrdf.query.resultio.binary |
|---|
| Methods in org.openrdf.query.resultio.binary that throw TupleQueryResultHandlerException | |
|---|---|
void |
BinaryQueryResultWriter.endQueryResult()
|
void |
BinaryQueryResultWriter.handleSolution(BindingSet bindingSet)
|
void |
BinaryQueryResultParser.parse(InputStream in)
|
void |
BinaryQueryResultWriter.startQueryResult(List<String> bindingNames)
|
| Uses of TupleQueryResultHandlerException in org.openrdf.query.resultio.sparqljson |
|---|
| Methods in org.openrdf.query.resultio.sparqljson that throw TupleQueryResultHandlerException | |
|---|---|
void |
SPARQLResultsJSONWriter.endQueryResult()
|
void |
SPARQLResultsJSONWriter.handleSolution(BindingSet bindingSet)
|
void |
SPARQLResultsJSONWriter.startQueryResult(List<String> columnHeaders)
|
| Uses of TupleQueryResultHandlerException in org.openrdf.query.resultio.sparqlxml |
|---|
| Methods in org.openrdf.query.resultio.sparqlxml that throw TupleQueryResultHandlerException | |
|---|---|
void |
SPARQLResultsXMLWriter.endQueryResult()
|
void |
SPARQLResultsXMLWriter.handleSolution(BindingSet bindingSet)
|
void |
SPARQLResultsXMLParser.parse(InputStream in)
|
void |
SPARQLResultsXMLWriter.startQueryResult(List<String> bindingNames)
|
| Uses of TupleQueryResultHandlerException in org.openrdf.repository.http |
|---|
| Methods in org.openrdf.repository.http that throw TupleQueryResultHandlerException | |
|---|---|
void |
HTTPTupleQuery.evaluate(TupleQueryResultHandler handler)
|
| Uses of TupleQueryResultHandlerException in org.openrdf.repository.sail |
|---|
| Methods in org.openrdf.repository.sail that throw TupleQueryResultHandlerException | |
|---|---|
void |
SailTupleQuery.evaluate(TupleQueryResultHandler handler)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||