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 QueryResultFormat |
TupleQueryResultParserRegistry.getKey(TupleQueryResultParserFactory factory) |
Modifier and Type | Class and Description |
---|---|
class |
BinaryQueryResultParserFactory
A
TupleQueryResultParserFactory for binary tuple query result parsers. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsJSONParserFactory
A
TupleQueryResultParserFactory for parsers of SPARQL-1.1 JSON Tuple Query Results. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsXMLParserFactory
A
TupleQueryResultParserFactory for parsers of SPARQL/XML tuple query results. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsCSVParserFactory
A
TupleQueryResultParserFactory for SPARQL CSV result parsers. |
Modifier and Type | Class and Description |
---|---|
class |
SPARQLResultsTSVParserFactory
A
TupleQueryResultParserFactory for SPARQL TSV result parsers. |
Copyright © 2015-2020 Eclipse Foundation. All Rights Reserved.