Uses of Class
org.eclipse.rdf4j.query.resultio.AbstractQueryResultWriter
Packages that use AbstractQueryResultWriter
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
-
Uses of AbstractQueryResultWriter in org.eclipse.rdf4j.console.util
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.console.util -
Uses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.binary
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.binaryModifier and TypeClassDescriptionclass
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.sparqljsonModifier and TypeClassDescriptionclass
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 AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxml
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.sparqlxmlModifier and TypeClassDescriptionclass
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 AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.text
Subclasses of AbstractQueryResultWriter in org.eclipse.rdf4j.query.resultio.textModifier and TypeClassDescriptionclass
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.csvModifier and TypeClassDescriptionclass
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.tsvModifier and TypeClassDescriptionclass
TupleQueryResultWriter for the SPARQL TSV (Tab-Separated Values) format.class
Writer for SPARQL-star TSV results.