Package | Description |
---|---|
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.query.resultio.text.csv | |
org.openrdf.query.resultio.text.tsv |
Modifier and Type | Method and Description |
---|---|
static TupleQueryResultWriter |
QueryResultIO.createWriter(TupleQueryResultFormat format,
OutputStream out)
Convenience methods for creating TupleQueryResultWriter objects.
|
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 |
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 . |
Copyright © 2001-2016 Aduna. All Rights Reserved.