Package | Description |
---|---|
org.eclipse.rdf4j.http.client | |
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 | |
org.eclipse.rdf4j.repository.http |
A repository that serves as a proxy client for a remote repository on a Sesame Server.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResultFormat |
SPARQLProtocolSession.getPreferredTupleQueryResultFormat()
Gets the preferred
TupleQueryResultFormat for encoding tuple query results. |
Modifier and Type | Method and Description |
---|---|
void |
SPARQLProtocolSession.setPreferredTupleQueryResultFormat(TupleQueryResultFormat format)
Sets the preferred format for encoding tuple query results.
|
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 |
TupleQueryResultWriterFactory.getTupleQueryResultFormat()
Returns the tuple query result format for this factory.
|
TupleQueryResultFormat |
TupleQueryResultWriter.getTupleQueryResultFormat()
Gets the query result format that this writer uses.
|
TupleQueryResultFormat |
TupleQueryResultParserFactory.getTupleQueryResultFormat()
Returns the tuple query result format for this factory.
|
TupleQueryResultFormat |
TupleQueryResultParser.getTupleQueryResultFormat()
Gets the query result format that this parser can parse.
|
Modifier and Type | Method and Description |
---|---|
TupleQueryResultFormat |
BinaryQueryResultWriter.getQueryResultFormat() |
TupleQueryResultFormat |
BinaryQueryResultWriterFactory.getTupleQueryResultFormat()
Returns
BINARY . |
TupleQueryResultFormat |
BinaryQueryResultWriter.getTupleQueryResultFormat() |
TupleQueryResultFormat |
BinaryQueryResultParserFactory.getTupleQueryResultFormat()
Returns
BINARY . |
TupleQueryResultFormat |
BinaryQueryResultParser.getTupleQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
TupleQueryResultFormat |
SPARQLResultsJSONWriter.getQueryResultFormat() |
TupleQueryResultFormat |
SPARQLResultsJSONWriterFactory.getTupleQueryResultFormat()
Returns
JSON . |
TupleQueryResultFormat |
SPARQLResultsJSONWriter.getTupleQueryResultFormat() |
TupleQueryResultFormat |
SPARQLResultsJSONParserFactory.getTupleQueryResultFormat()
Returns
JSON . |
TupleQueryResultFormat |
SPARQLResultsJSONParser.getTupleQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
TupleQueryResultFormat |
SPARQLResultsXMLWriter.getQueryResultFormat() |
TupleQueryResultFormat |
SPARQLResultsXMLWriterFactory.getTupleQueryResultFormat()
Returns
SPARQL . |
TupleQueryResultFormat |
SPARQLResultsXMLWriter.getTupleQueryResultFormat() |
TupleQueryResultFormat |
SPARQLResultsXMLParserFactory.getTupleQueryResultFormat()
Returns
SPARQL . |
TupleQueryResultFormat |
SPARQLResultsXMLParser.getTupleQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
TupleQueryResultFormat |
SPARQLResultsCSVWriter.getQueryResultFormat() |
TupleQueryResultFormat |
SPARQLResultsCSVWriterFactory.getTupleQueryResultFormat()
Returns
CSV . |
TupleQueryResultFormat |
SPARQLResultsCSVWriter.getTupleQueryResultFormat() |
TupleQueryResultFormat |
SPARQLResultsCSVParserFactory.getTupleQueryResultFormat()
Returns
CSV . |
TupleQueryResultFormat |
SPARQLResultsCSVParser.getTupleQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
TupleQueryResultFormat |
SPARQLResultsTSVWriter.getQueryResultFormat() |
TupleQueryResultFormat |
SPARQLResultsTSVWriterFactory.getTupleQueryResultFormat()
Returns
TSV . |
TupleQueryResultFormat |
SPARQLResultsTSVWriter.getTupleQueryResultFormat() |
TupleQueryResultFormat |
SPARQLResultsTSVParserFactory.getTupleQueryResultFormat()
Returns
TSV . |
TupleQueryResultFormat |
SPARQLResultsTSVParser.getTupleQueryResultFormat() |
Modifier and Type | Method and Description |
---|---|
TupleQueryResultFormat |
HTTPRepository.getPreferredTupleQueryResultFormat()
Indicates the current preferred
TupleQueryResultFormat . |
Modifier and Type | Method and Description |
---|---|
void |
HTTPRepository.setPreferredTupleQueryResultFormat(TupleQueryResultFormat format)
Sets the preferred serialization format for tuple query results to the supplied
TupleQueryResultFormat ,
overriding the SPARQLProtocolSession 's default preference. |
Copyright © 2015-2019 Eclipse Foundation. All Rights Reserved.