Package | Description |
---|---|
org.eclipse.rdf4j.query.resultio | |
org.eclipse.rdf4j.query.resultio.binary | |
org.eclipse.rdf4j.query.resultio.sparqljson |
A writer for the
SPARQL Query Results JSON Format
|
org.eclipse.rdf4j.query.resultio.sparqlxml |
Parsers and writers for the
SPARQL Query Results XML Format
|
org.eclipse.rdf4j.query.resultio.text.csv | |
org.eclipse.rdf4j.query.resultio.text.tsv |
Modifier and Type | Method and Description |
---|---|
protected abstract TupleQueryResultWriterFactory |
AbstractTupleQueryResultWriterTest.getWriterFactory() |
Modifier and Type | Method and Description |
---|---|
protected QueryResultFormat |
TupleQueryResultWriterRegistry.getKey(TupleQueryResultWriterFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryQueryResultWriterFactory
A
TupleQueryResultWriterFactory for writers of binary query results. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsJSONWriterFactory
A
TupleQueryResultWriterFactory for writers of SPARQL/JSON query results. |
class |
SPARQLStarResultsJSONWriterFactory
TupleQueryResultWriterFactory for creating instances of SPARQLStarResultsJSONWriter . |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsXMLWriterFactory
A
TupleQueryResultWriterFactory for writers of SPARQL/XML tuple query results. |
class |
SPARQLStarResultsXMLWriterFactory
A
TupleQueryResultWriterFactory for writers of extended SPARQL/XML tuple query results:
TupleQueryResultFormat.SPARQL_STAR |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsCSVWriterFactory
A
TupleQueryResultWriterFactory for writers of SPARQL/CSV tuple query results. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsTSVWriterFactory
A
TupleQueryResultWriterFactory for writers of SPARQL/TSV tuple query results. |
class |
SPARQLStarResultsTSVWriterFactory
TupleQueryResultWriterFactory for creating instances of SPARQLStarResultsTSVWriter . |
Copyright © 2015-2022 Eclipse Foundation. All Rights Reserved.