Uses of Interface
org.eclipse.rdf4j.query.resultio.TupleQueryResultWriter
-
-
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio
Methods in org.eclipse.rdf4j.query.resultio that return TupleQueryResultWriter Modifier and Type Method Description static 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.TupleQueryResultWriter
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
Classes in org.eclipse.rdf4j.query.resultio.binary that implement TupleQueryResultWriter Modifier and Type Class Description class
BinaryQueryResultWriter
Writer for the binary tuple result format.Methods in org.eclipse.rdf4j.query.resultio.binary that return TupleQueryResultWriter Modifier and Type Method Description TupleQueryResultWriter
BinaryQueryResultWriterFactory. getWriter(OutputStream out)
Returns a new instance of BinaryQueryResultWriter. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement TupleQueryResultWriter Modifier and Type Class Description class
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
SPARQLStarResultsJSONWriter
Writer for SPARQL-star JSON results.Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return TupleQueryResultWriter Modifier and Type Method Description TupleQueryResultWriter
SPARQLResultsJSONWriterFactory. getWriter(OutputStream out)
Returns a new instance of SPARQLResultsJSONWriter.TupleQueryResultWriter
SPARQLStarResultsJSONWriterFactory. getWriter(OutputStream out)
Returns a new instance ofSPARQLStarResultsJSONWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlstarjson
Classes in org.eclipse.rdf4j.query.resultio.sparqlstarjson that implement TupleQueryResultWriter Modifier and Type Class Description class
SPARQLStarResultsJSONWriter
Deprecated.Moved toSPARQLStarResultsJSONWriter
-
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement TupleQueryResultWriter Modifier and Type Class Description class
SPARQLResultsXMLWriter
ATupleQueryResultWriter
that writes tuple query results in the SPARQL Query Results XML Format.class
SPARQLStarResultsXMLWriter
ATupleQueryResultWriter
that writes tuple query results in the extended form SPARQL Query Results XML Format.Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return TupleQueryResultWriter Modifier and Type Method Description TupleQueryResultWriter
SPARQLResultsXMLWriterFactory. getWriter(OutputStream out)
Returns a new instance ofSPARQLResultsXMLWriter
.TupleQueryResultWriter
SPARQLStarResultsXMLWriterFactory. getWriter(OutputStream out)
Returns a new instance ofSPARQLResultsXMLWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.text.csv
Classes in org.eclipse.rdf4j.query.resultio.text.csv that implement TupleQueryResultWriter Modifier and Type Class Description class
SPARQLResultsCSVWriter
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format.Methods in org.eclipse.rdf4j.query.resultio.text.csv that return TupleQueryResultWriter Modifier and Type Method Description TupleQueryResultWriter
SPARQLResultsCSVWriterFactory. getWriter(OutputStream out)
Returns a new instance ofSPARQLResultsCSVWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.text.tsv
Classes in org.eclipse.rdf4j.query.resultio.text.tsv that implement TupleQueryResultWriter Modifier and Type Class Description class
SPARQLResultsTSVWriter
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
SPARQLStarResultsTSVWriter
Writer for SPARQL-star TSV results.Methods in org.eclipse.rdf4j.query.resultio.text.tsv that return TupleQueryResultWriter Modifier and Type Method Description TupleQueryResultWriter
SPARQLResultsTSVWriterFactory. getWriter(OutputStream out)
Returns a new instance ofSPARQLResultsTSVWriter
.TupleQueryResultWriter
SPARQLStarResultsTSVWriterFactory. getWriter(OutputStream out)
Returns a new instance ofSPARQLStarResultsTSVWriter
. -
Uses of TupleQueryResultWriter in org.eclipse.rdf4j.query.resultio.textstar.tsv
Classes in org.eclipse.rdf4j.query.resultio.textstar.tsv that implement TupleQueryResultWriter Modifier and Type Class Description class
SPARQLStarResultsTSVWriter
Deprecated.Moved toSPARQLStarResultsTSVWriter
.
-