| Modifier and Type | Method and Description | 
|---|---|
| void | FedXTupleQuery. evaluate(TupleQueryResultHandler handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | RDF4JProtocolSession. getContextIDs(TupleQueryResultHandler handler) | 
| void | RDF4JProtocolSession. getNamespaces(TupleQueryResultHandler handler) | 
| void | RDF4JProtocolSession. getRepositoryList(TupleQueryResultHandler handler) | 
| protected void | SPARQLProtocolSession. getTupleQueryResult(org.apache.http.client.methods.HttpUriRequest method,
                   TupleQueryResultHandler handler)Parse the response in this thread using the provided  TupleQueryResultHandler. | 
| void | SPARQLProtocolSession. sendTupleQuery(QueryLanguage ql,
              String query,
              String baseURI,
              Dataset dataset,
              boolean includeInferred,
              int maxQueryTime,
              TupleQueryResultHandler handler,
              Binding... bindings) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractTupleQueryResultHandlerBase class for  TupleQueryResultHandlers with dummy implementations of all methods. | 
| class  | TupleQueryResultHandlerBaseDeprecated. 
 since 2.0. Use  AbstractTupleQueryResultHandlerinstead. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | TupleQuery. evaluate(TupleQueryResultHandler handler) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | DAWGTestResultSetWriterA  TupleQueryResultHandlerthat 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#). | 
| Constructor and Description | 
|---|
| DAWGTestResultSetParser(TupleQueryResultHandler tqrHandler) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TupleQueryResultBuilderA TupleQueryResultHandler that can be used to create a TupleQueryResult object. | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | TupleQueryResultWriterThe interface of objects that writer query results in a specific query result format. | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | QueryResultIO. parseTuple(InputStream in,
          QueryResultFormat format,
          TupleQueryResultHandler handler,
          ValueFactory valueFactory)Parses a query result document, reporting the parsed solutions to the supplied TupleQueryResultHandler. | 
| void | TupleQueryResultParser. setTupleQueryResultHandler(TupleQueryResultHandler handler)Deprecated. 
 | 
| void | AbstractTupleQueryResultParser. setTupleQueryResultHandler(TupleQueryResultHandler handler) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BinaryQueryResultWriterWriter for the binary tuple result format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BackgroundTupleResultProvides concurrent access to tuple results as they are being parsed. | 
| class  | QueryResultCollectorAn implementation of the  QueryResultHandlerinterface that is able to collect a single result from either
 Boolean or Tuple results simultaneously. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLResultsJSONWriterA TupleQueryResultWriter that writes query results in the SPARQL
 Query Results JSON Format. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SPARQLResultsJSONParser. setTupleQueryResultHandler(TupleQueryResultHandler handler)Deprecated.  | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLResultsXMLWriterA  TupleQueryResultWriterthat writes tuple query results in the
 SPARQL Query Results XML Format. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SPARQLResultsXMLParser. setTupleQueryResultHandler(TupleQueryResultHandler handler) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLResultsCSVWriterTupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLResultsTSVWriterTupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | HTTPTupleQuery. evaluate(TupleQueryResultHandler handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SailTupleQuery. evaluate(TupleQueryResultHandler handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SPARQLTupleQuery. evaluate(TupleQueryResultHandler handler) | 
| Modifier and Type | Method and Description | 
|---|---|
| static void | Repositories. tupleQuery(Repository repository,
          String query,
          TupleQueryResultHandler handler)Performs a SPARQL Select query on the given Repository within a transaction and passes the results to the given
  TupleQueryResultHandler. | 
| static void | Repositories. tupleQueryNoTransaction(Repository repository,
                       String query,
                       TupleQueryResultHandler handler)Performs a SPARQL Select query on the given Repository without opening a transaction and passes the results to
 the given  TupleQueryResultHandler. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | SailConnectionTupleQuery. evaluate(TupleQueryResultHandler handler) | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.