| Package | Description |
|---|---|
| org.eclipse.rdf4j.query.resultio |
| Modifier and Type | Field and Description |
|---|---|
static TupleQueryResultFormat |
TupleQueryResultFormat.BINARY
Binary RDF results table format.
|
static TupleQueryResultFormat |
TupleQueryResultFormat.CSV
SPARQL Query Result CSV Format.
|
static TupleQueryResultFormat |
TupleQueryResultFormat.JSON
SPARQL Query Results JSON Format.
|
static TupleQueryResultFormat |
TupleQueryResultFormat.SPARQL
SPARQL Query Results XML Format.
|
static TupleQueryResultFormat |
TupleQueryResultFormat.TSV
SPARQL Query Result TSV Format.
|
| Modifier and Type | Method and Description |
|---|---|
TupleQueryResultFormat |
TupleQueryResultParserFactory.getTupleQueryResultFormat()
Returns the tuple query result format for this factory.
|
TupleQueryResultFormat |
TupleQueryResultWriter.getTupleQueryResultFormat()
Gets the query result format that this writer uses.
|
TupleQueryResultFormat |
TupleQueryResultWriterFactory.getTupleQueryResultFormat()
Returns the tuple query result format for this factory.
|
TupleQueryResultFormat |
TupleQueryResultParser.getTupleQueryResultFormat()
Gets the query result format that this parser can parse.
|
Copyright © 2015-2018 Eclipse Foundation. All Rights Reserved.