Uses of Class
org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
-
-
Uses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.binary
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.binary Modifier and Type Class Description classBinaryQueryResultWriterWriter for the binary tuple result format. -
Uses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqljson
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqljson 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 AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlstarjson
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlstarjson Modifier and Type Class Description classSPARQLStarResultsJSONWriterDeprecated.Moved toSPARQLStarResultsJSONWriter -
Uses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml 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 AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.text
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.text Modifier and Type Class Description classBooleanTextWriterWriter for the plain text boolean result format. -
Uses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.text.csv
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.text.csv Modifier and Type Class Description classSPARQLResultsCSVWriterTupleQueryResultWriter for the SPARQL CSV (Comma-Separated Values) format. -
Uses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.text.tsv
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.text.tsv Modifier and Type Class Description classSPARQLResultsTSVWriterTupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.classSPARQLStarResultsTSVWriterWriter for SPARQL-star TSV results. -
Uses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.textstar.tsv
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.textstar.tsv Modifier and Type Class Description classSPARQLStarResultsTSVWriterDeprecated.Moved toSPARQLStarResultsTSVWriter.
-