Uses of Interface
org.openrdf.query.TupleQueryResultHandler

Packages that use TupleQueryResultHandler
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 TupleQueryResultHandler in org.openrdf.http.client
 

Methods in org.openrdf.http.client with parameters of type TupleQueryResultHandler
 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 TupleQueryResultHandler in org.openrdf.query
 

Classes in org.openrdf.query that implement TupleQueryResultHandler
 class TupleQueryResultHandlerBase
          Base class for TupleQueryResultHandlers with dummy implementations of all methods.
 

Methods in org.openrdf.query with parameters of type TupleQueryResultHandler
 void TupleQuery.evaluate(TupleQueryResultHandler handler)
           
static void QueryResultUtil.report(TupleQueryResult tqr, TupleQueryResultHandler handler)
          Reports a tuple query result to a TupleQueryResultHandler.
 

Uses of TupleQueryResultHandler in org.openrdf.query.dawg
 

Classes in org.openrdf.query.dawg that implement TupleQueryResultHandler
 class DAWGTestResultSetWriter
          A TupleQueryResultWriter that converts query results to an RDF graph using the Data Access Working Group Test Result Set RDF Vocabulary (http://www.w3.org/2001/sw/DataAccess/tests/result-set#).
 

Constructors in org.openrdf.query.dawg with parameters of type TupleQueryResultHandler
DAWGTestResultSetParser(TupleQueryResultHandler tqrHandler)
           
 

Uses of TupleQueryResultHandler in org.openrdf.query.impl
 

Classes in org.openrdf.query.impl that implement TupleQueryResultHandler
 class TupleQueryResultBuilder
          A TupleQueryResultHandler that can be used to create a TupleQueryResult object.
 

Uses of TupleQueryResultHandler in org.openrdf.query.resultio
 

Subinterfaces of TupleQueryResultHandler in org.openrdf.query.resultio
 interface TupleQueryResultWriter
          The interface of objects that writer query results in a specific query result format.
 

Fields in org.openrdf.query.resultio declared as TupleQueryResultHandler
protected  TupleQueryResultHandler TupleQueryResultParserBase.handler
          The TupleQueryResultHandler that will handle the parsed query results.
 

Methods in org.openrdf.query.resultio with parameters of type TupleQueryResultHandler
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.
 void TupleQueryResultParserBase.setTupleQueryResultHandler(TupleQueryResultHandler handler)
           
 void TupleQueryResultParser.setTupleQueryResultHandler(TupleQueryResultHandler handler)
          Sets the TupleQueryResultHandler that will handle the parsed query result data.
 

Uses of TupleQueryResultHandler in org.openrdf.query.resultio.binary
 

Classes in org.openrdf.query.resultio.binary that implement TupleQueryResultHandler
 class BinaryQueryResultWriter
          Writer for the binary tuple result format.
 

Uses of TupleQueryResultHandler in org.openrdf.query.resultio.sparqljson
 

Classes in org.openrdf.query.resultio.sparqljson that implement TupleQueryResultHandler
 class SPARQLResultsJSONWriter
          A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.
 

Uses of TupleQueryResultHandler in org.openrdf.query.resultio.sparqlxml
 

Classes in org.openrdf.query.resultio.sparqlxml that implement TupleQueryResultHandler
 class SPARQLResultsXMLWriter
          A TupleQueryResultWriter that writes tuple query results in the SPARQL Query Results XML Format.
 

Uses of TupleQueryResultHandler in org.openrdf.repository.http
 

Methods in org.openrdf.repository.http with parameters of type TupleQueryResultHandler
 void HTTPTupleQuery.evaluate(TupleQueryResultHandler handler)
           
 

Uses of TupleQueryResultHandler in org.openrdf.repository.sail
 

Methods in org.openrdf.repository.sail with parameters of type TupleQueryResultHandler
 void SailTupleQuery.evaluate(TupleQueryResultHandler handler)
           
 



Copyright © 2001-2010 Aduna. All Rights Reserved.