Uses of Interface
org.eclipse.rdf4j.query.resultio.QueryResultWriter
-
-
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio
Subinterfaces of QueryResultWriter in org.eclipse.rdf4j.query.resultio Modifier and Type Interface Description interface
BooleanQueryResultWriter
The interface of objects that writer query results in a specific query result format.interface
TupleQueryResultWriter
The interface of objects that writer query results in a specific query result format.Classes in org.eclipse.rdf4j.query.resultio that implement QueryResultWriter Modifier and Type Class Description class
AbstractQueryResultWriter
Base class forQueryResultWriter
s offering common functionality for query result writers.Methods in org.eclipse.rdf4j.query.resultio that return QueryResultWriter Modifier and Type Method Description static QueryResultWriter
QueryResultIO. createWriter(QueryResultFormat format, java.io.OutputStream out)
Convenience methods for creating QueryResultWriter 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. -
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio.binary
Classes in org.eclipse.rdf4j.query.resultio.binary that implement QueryResultWriter Modifier and Type Class Description class
BinaryQueryResultWriter
Writer for the binary tuple result format. -
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqljson
Classes in org.eclipse.rdf4j.query.resultio.sparqljson that implement QueryResultWriter Modifier and Type Class Description (package private) class
AbstractSPARQLJSONWriter
An abstract class to implement the base functionality for both SPARQLBooleanJSONWriter and SPARQLResultsJSONWriter.class
SPARQLBooleanJSONWriter
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
SPARQLResultsJSONWriter
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
SPARQLStarResultsJSONWriter
Writer for SPARQL-star JSON results. -
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlstarjson
Classes in org.eclipse.rdf4j.query.resultio.sparqlstarjson that implement QueryResultWriter Modifier and Type Class Description class
SPARQLStarResultsJSONWriter
Deprecated.Moved toSPARQLStarResultsJSONWriter
-
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement QueryResultWriter Modifier and Type Class Description (package private) class
AbstractSPARQLXMLWriter
An abstract class to implement the base functionality for both SPARQLBooleanXMLWriter and SPARQLResultsXMLWriter.class
SPARQLBooleanXMLWriter
ABooleanQueryResultWriter
that writes boolean query results in the SPARQL Query Results XML Format.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. -
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio.text
Classes in org.eclipse.rdf4j.query.resultio.text that implement QueryResultWriter Modifier and Type Class Description class
BooleanTextWriter
Writer for the plain text boolean result format. -
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio.text.csv
Classes in org.eclipse.rdf4j.query.resultio.text.csv that implement QueryResultWriter Modifier and Type Class Description class
SPARQLResultsCSVWriter
TupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format. -
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio.text.tsv
Classes in org.eclipse.rdf4j.query.resultio.text.tsv that implement QueryResultWriter Modifier and Type Class Description class
SPARQLResultsTSVWriter
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
SPARQLStarResultsTSVWriter
Writer for SPARQL-star TSV results. -
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio.textstar.tsv
Classes in org.eclipse.rdf4j.query.resultio.textstar.tsv that implement QueryResultWriter Modifier and Type Class Description class
SPARQLStarResultsTSVWriter
Deprecated.Moved toSPARQLStarResultsTSVWriter
.
-