Uses of Interface
org.eclipse.rdf4j.query.resultio.QueryResultWriter
Packages that use QueryResultWriter
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio
Subinterfaces of QueryResultWriter in org.eclipse.rdf4j.query.resultioModifier and TypeInterfaceDescriptioninterface
The interface of objects that writer query results in a specific query result format.interface
The interface of objects that writer query results in a specific query result format.Classes in org.eclipse.rdf4j.query.resultio that implement QueryResultWriterModifier and TypeClassDescriptionclass
Base class forQueryResultWriter
s offering common functionality for query result writers.Methods in org.eclipse.rdf4j.query.resultio that return QueryResultWriterModifier and TypeMethodDescriptionstatic QueryResultWriter
QueryResultIO.createWriter
(QueryResultFormat format, 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 QueryResultWriterModifier and TypeClassDescriptionclass
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 QueryResultWriterModifier and TypeClassDescription(package private) class
An abstract class to implement the base functionality for both SPARQLBooleanJSONWriter and SPARQLResultsJSONWriter.class
A BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
A TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.class
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 -
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Classes in org.eclipse.rdf4j.query.resultio.sparqlxml that implement QueryResultWriterModifier and TypeClassDescription(package private) class
An abstract class to implement the base functionality for both SPARQLBooleanXMLWriter and SPARQLResultsXMLWriter.class
ABooleanQueryResultWriter
that writes boolean query results in the SPARQL Query Results XML Format.class
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. -
Uses of QueryResultWriter in org.eclipse.rdf4j.query.resultio.text
Classes in org.eclipse.rdf4j.query.resultio.text that implement QueryResultWriterModifier and TypeClassDescriptionclass
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 QueryResultWriterModifier and TypeClassDescriptionclass
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 QueryResultWriterModifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
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
SPARQLStarResultsJSONWriter