| Package | Description | 
|---|---|
| org.eclipse.rdf4j.console.util | |
| org.eclipse.rdf4j.query | Interfaces and classes for handling queries and query results. | 
| org.eclipse.rdf4j.query.dawg | Functionality to convert tuple query results to and from the 
        Data Access Working Group Test Result Set RDF Vocabulary | 
| org.eclipse.rdf4j.query.impl | |
| org.eclipse.rdf4j.query.resultio | |
| org.eclipse.rdf4j.query.resultio.binary | |
| org.eclipse.rdf4j.query.resultio.helpers | |
| org.eclipse.rdf4j.query.resultio.sparqljson | A writer for the 
        SPARQL Query Results JSON Format | 
| org.eclipse.rdf4j.query.resultio.sparqlxml | Parsers and writers for the 
        SPARQL Query Results XML Format | 
| org.eclipse.rdf4j.query.resultio.text | |
| org.eclipse.rdf4j.query.resultio.text.csv | |
| org.eclipse.rdf4j.query.resultio.text.tsv | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ConsoleQueryResultWriterWrite query results to console | 
| Modifier and Type | Interface and Description | 
|---|---|
| interface  | BooleanQueryResultHandlerAn interface that indicates that this QueryResultHandler is capable of handling boolean results using the
  handleBoolean(boolean)method. | 
| interface  | TupleQueryResultHandlerAn interface defining methods related to handling sequences of Solutions. | 
| 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 | 
|---|---|
| static void | QueryResults. report(TupleQueryResult tqr,
      QueryResultHandler handler)Reports a tuple query result to a  TupleQueryResultHandler. | 
| 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#). | 
| 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  | BooleanQueryResultWriterThe interface of objects that writer query results in a specific query result format. | 
| interface  | QueryResultWriterThe base interface for writers of query results sets and boolean results. | 
| interface  | TupleQueryResultWriterThe interface of objects that writer query results in a specific query result format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | AbstractQueryResultWriterBase class for  QueryResultWriters offering common functionality for query result writers. | 
| class  | QueryResultWriterBaseDeprecated. 
 since 2.0. Use  AbstractQueryResultWriterinstead. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected QueryResultHandler | AbstractQueryResultParser. handlerThe  QueryResultHandlerthat will handle the parsed query results. | 
| Modifier and Type | Method and Description | 
|---|---|
| QueryResultParser | QueryResultParser. setQueryResultHandler(QueryResultHandler handler)Sets the  QueryResultHandlerto be used when parsing query results usingQueryResultParser.parseQueryResult(InputStream). | 
| QueryResultParser | AbstractQueryResultParser. setQueryResultHandler(QueryResultHandler 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  | SPARQLBooleanJSONWriterA BooleanQueryResultWriter that writes query results in the
 SPARQL Query Results JSON Format. | 
| class  | SPARQLResultsJSONWriterA TupleQueryResultWriter that writes query results in the SPARQL
 Query Results JSON Format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SPARQLBooleanXMLWriterA  BooleanQueryResultWriterthat writes boolean query results in the
 SPARQL Query Results XML Format. | 
| class  | SPARQLResultsXMLWriterA  TupleQueryResultWriterthat writes tuple query results in the
 SPARQL Query Results XML Format. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | BooleanTextWriterWriter for the plain text boolean result format. | 
| 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. | 
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.