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 TypeInterfaceDescriptioninterfaceThe interface of objects that writer query results in a specific query result format.interfaceThe interface of objects that writer query results in a specific query result format.Classes in org.eclipse.rdf4j.query.resultio that implement QueryResultWriterModifier and TypeClassDescriptionclassBase class forQueryResultWriters offering common functionality for query result writers.Methods in org.eclipse.rdf4j.query.resultio that return QueryResultWriterModifier and TypeMethodDescriptionstatic QueryResultWriterQueryResultIO.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 TypeClassDescriptionclassWriter 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) classAn abstract class to implement the base functionality for both SPARQLBooleanJSONWriter and SPARQLResultsJSONWriter.classA BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.classA TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.classWriter 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) classAn abstract class to implement the base functionality for both SPARQLBooleanXMLWriter and SPARQLResultsXMLWriter.classABooleanQueryResultWriterthat writes boolean query results in the SPARQL Query Results XML Format.classATupleQueryResultWriterthat writes tuple query results in the SPARQL Query Results XML Format.classATupleQueryResultWriterthat 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 TypeClassDescriptionclassWriter 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 TypeClassDescriptionclassTupleQueryResultWriter 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 TypeClassDescriptionclassTupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.classWriter 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