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 interfaceBooleanQueryResultWriterThe interface of objects that writer query results in a specific query result format.interfaceTupleQueryResultWriterThe 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 classAbstractQueryResultWriterBase class forQueryResultWriters offering common functionality for query result writers.Methods in org.eclipse.rdf4j.query.resultio that return QueryResultWriter Modifier and Type Method Description static QueryResultWriterQueryResultIO. 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 classBinaryQueryResultWriterWriter 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) classAbstractSPARQLJSONWriterAn abstract class to implement the base functionality for both SPARQLBooleanJSONWriter and SPARQLResultsJSONWriter.classSPARQLBooleanJSONWriterA BooleanQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.classSPARQLResultsJSONWriterA TupleQueryResultWriter that writes query results in the SPARQL Query Results JSON Format.classSPARQLStarResultsJSONWriterWriter 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 classSPARQLStarResultsJSONWriterDeprecated.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) classAbstractSPARQLXMLWriterAn abstract class to implement the base functionality for both SPARQLBooleanXMLWriter and SPARQLResultsXMLWriter.classSPARQLBooleanXMLWriterABooleanQueryResultWriterthat writes boolean query results in the SPARQL Query Results XML Format.classSPARQLResultsXMLWriterATupleQueryResultWriterthat writes tuple query results in the SPARQL Query Results XML Format.classSPARQLStarResultsXMLWriterATupleQueryResultWriterthat 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 classBooleanTextWriterWriter 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 classSPARQLResultsCSVWriterTupleQueryResultWriter 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 classSPARQLResultsTSVWriterTupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.classSPARQLStarResultsTSVWriterWriter 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 classSPARQLStarResultsTSVWriterDeprecated.Moved toSPARQLStarResultsTSVWriter.
-