Uses of Class
org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
-
-
Uses of AbstractQueryResultWriter in org.eclipse.rdf4j.console.util
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.console.util Modifier and Type Class Description class
ConsoleQueryResultWriter
Write query results to console -
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 class
BinaryQueryResultWriter
Writer 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 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 AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlstarjson
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlstarjson Modifier and Type Class Description class
SPARQLStarResultsJSONWriter
Deprecated.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 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 AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.text
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.text Modifier and Type Class Description class
BooleanTextWriter
Writer 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 class
SPARQLResultsCSVWriter
TupleQueryResultWriter 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 class
SPARQLResultsTSVWriter
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
SPARQLStarResultsTSVWriter
Writer 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 class
SPARQLStarResultsTSVWriter
Deprecated.Moved toSPARQLStarResultsTSVWriter
.
-