Uses of Interface
org.eclipse.rdf4j.query.resultio.TupleQueryResultWriter
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio
Modifier and TypeMethodDescriptionstatic TupleQueryResultWriter
QueryResultIO.createTupleWriter
(QueryResultFormat format, OutputStream out) Convenience methods for creating TupleQueryResultWriter objects.This method uses the registry returned byTupleQueryResultWriterRegistry.getInstance()
to get a factory for the specified format and uses this factory to create the appropriate writer.TupleQueryResultWriterFactory.getWriter
(OutputStream out) Returns a TupleQueryResultWriter instance that will write to the supplied output stream. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.binary
Modifier and TypeClassDescriptionclass
Writer for the binary tuple result format.Modifier and TypeMethodDescriptionBinaryQueryResultWriterFactory.getWriter
(OutputStream out) Returns a new instance of BinaryQueryResultWriter. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqljson
Modifier and TypeClassDescriptionclass
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
Writer for SPARQL-star JSON results.Modifier and TypeMethodDescriptionSPARQLResultsJSONWriterFactory.getWriter
(OutputStream out) Returns a new instance of SPARQLResultsJSONWriter.SPARQLStarResultsJSONWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLStarResultsJSONWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlstarjson
-
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Modifier and TypeClassDescriptionclass
ATupleQueryResultWriter
that writes tuple query results in the SPARQL Query Results XML Format.class
ATupleQueryResultWriter
that writes tuple query results in the extended form SPARQL Query Results XML Format.Modifier and TypeMethodDescriptionSPARQLResultsXMLWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLResultsXMLWriter
.SPARQLStarResultsXMLWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLResultsXMLWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.text.csv
Modifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format.Modifier and TypeMethodDescriptionSPARQLResultsCSVWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLResultsCSVWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.text.tsv
Modifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
Writer for SPARQL-star TSV results.Modifier and TypeMethodDescriptionSPARQLResultsTSVWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLResultsTSVWriter
.SPARQLStarResultsTSVWriterFactory.getWriter
(OutputStream out) Returns a new instance ofSPARQLStarResultsTSVWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.textstar.tsv
Modifier and TypeClassDescriptionclass
Deprecated.since 3.4.0 - moved toSPARQLStarResultsTSVWriter
.
SPARQLStarResultsJSONWriter