Modifier and Type | Method and Description |
---|---|
static TupleQueryResultWriter |
QueryResultIO.createTupleWriter(QueryResultFormat format,
OutputStream out)
Convenience methods for creating TupleQueryResultWriter objects.This method uses the registry returned by
TupleQueryResultWriterRegistry.getInstance() to get a factory for the specified format and uses this
factory to create the appropriate writer. |
TupleQueryResultWriter |
TupleQueryResultWriterFactory.getWriter(OutputStream out)
Returns a TupleQueryResultWriter instance that will write to the supplied output stream.
|
Modifier and Type | Class and Description |
---|---|
class |
BinaryQueryResultWriter
Writer for the binary tuple result format.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResultWriter |
BinaryQueryResultWriterFactory.getWriter(OutputStream out)
Returns a new instance of BinaryQueryResultWriter.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL
Query Results JSON Format.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResultWriter |
SPARQLResultsJSONWriterFactory.getWriter(OutputStream out)
Returns a new instance of SPARQLResultsJSONWriter.
|
Modifier and Type | Class and Description |
---|---|
class |
SPARQLStarResultsJSONWriter
Writer for SPARQL* JSON results.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResultWriter |
SPARQLStarResultsJSONWriterFactory.getWriter(OutputStream out)
Returns a new instance of
SPARQLStarResultsJSONWriter . |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsXMLWriter
A
TupleQueryResultWriter that writes tuple query results in the
SPARQL Query Results XML Format. |
Modifier and Type | Method and Description |
---|---|
TupleQueryResultWriter |
SPARQLResultsXMLWriterFactory.getWriter(OutputStream out)
Returns a new instance of
SPARQLResultsXMLWriter . |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsCSVWriter
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResultWriter |
SPARQLResultsCSVWriterFactory.getWriter(OutputStream out)
Returns a new instance of
SPARQLResultsCSVWriter . |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsTSVWriter
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResultWriter |
SPARQLResultsTSVWriterFactory.getWriter(OutputStream out)
Returns a new instance of
SPARQLResultsTSVWriter . |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLStarResultsTSVWriter
Writer for SPARQL* TSV results.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResultWriter |
SPARQLStarResultsTSVWriterFactory.getWriter(OutputStream out)
Returns a new instance of
SPARQLStarResultsTSVWriter . |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.