Uses of Class
org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Packages that use TupleQueryResultFormat
Package
Description
A writer for the
SPARQL Query Results JSON Format
Parsers and writers for the
SPARQL Query Results XML Format
A repository that serves as a proxy client for a remote repository on an RDF4J Server.
-
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.http.client
Fields in org.eclipse.rdf4j.http.client declared as TupleQueryResultFormatModifier and TypeFieldDescriptionprivate TupleQueryResultFormat
SPARQLProtocolSession.preferredTQRFormat
Methods in org.eclipse.rdf4j.http.client that return TupleQueryResultFormatModifier and TypeMethodDescriptionSPARQLProtocolSession.getPreferredTupleQueryResultFormat()
Gets the preferredTupleQueryResultFormat
for encoding tuple query results.Methods in org.eclipse.rdf4j.http.client with parameters of type TupleQueryResultFormatModifier and TypeMethodDescriptionvoid
SPARQLProtocolSession.setPreferredTupleQueryResultFormat
(TupleQueryResultFormat format) Sets the preferred format for encoding tuple query results. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.query.resultio
Fields in org.eclipse.rdf4j.query.resultio declared as TupleQueryResultFormatModifier and TypeFieldDescriptionstatic final TupleQueryResultFormat
TupleQueryResultFormat.BINARY
Binary RDF results table format.static final TupleQueryResultFormat
TupleQueryResultFormat.CSV
SPARQL Query Result CSV Format.static final TupleQueryResultFormat
TupleQueryResultFormat.JSON
SPARQL Query Results JSON Format.static final TupleQueryResultFormat
TupleQueryResultFormat.JSON_STAR
SPARQL-star Query Results JSON Format (like SPARQL JSON but with RDF-star support).static final TupleQueryResultFormat
TupleQueryResultFormat.SPARQL
SPARQL Query Results XML Format.static final TupleQueryResultFormat
TupleQueryResultFormat.SPARQL_STAR
SPARQL-star Query Results XML Format (like SPARQL/XML but with native RDF-star support).static final TupleQueryResultFormat
TupleQueryResultFormat.TSV
SPARQL Query Result TSV Format.static final TupleQueryResultFormat
TupleQueryResultFormat.TSV_STAR
SPARQL-star Query Results TSV Format (like SPARQL TSV but with RDF-star support).Methods in org.eclipse.rdf4j.query.resultio that return TupleQueryResultFormatModifier and TypeMethodDescriptionTupleQueryResultParser.getTupleQueryResultFormat()
Gets the query result format that this parser can parse.TupleQueryResultParserFactory.getTupleQueryResultFormat()
Returns the tuple query result format for this factory.TupleQueryResultWriter.getTupleQueryResultFormat()
Gets the query result format that this writer uses.TupleQueryResultWriterFactory.getTupleQueryResultFormat()
Returns the tuple query result format for this factory. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.query.resultio.binary
Methods in org.eclipse.rdf4j.query.resultio.binary that return TupleQueryResultFormatModifier and TypeMethodDescriptionfinal TupleQueryResultFormat
BinaryQueryResultWriter.getQueryResultFormat()
final TupleQueryResultFormat
BinaryQueryResultParser.getTupleQueryResultFormat()
BinaryQueryResultParserFactory.getTupleQueryResultFormat()
ReturnsBINARY
.final TupleQueryResultFormat
BinaryQueryResultWriter.getTupleQueryResultFormat()
BinaryQueryResultWriterFactory.getTupleQueryResultFormat()
ReturnsBINARY
. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.query.resultio.sparqljson
Fields in org.eclipse.rdf4j.query.resultio.sparqljson declared as TupleQueryResultFormatModifier and TypeFieldDescription(package private) static TupleQueryResultFormat
SPARQLStarResultsJSONConstants.QUERY_RESULT_FORMAT
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return TupleQueryResultFormatModifier and TypeMethodDescriptionSPARQLResultsJSONWriter.getQueryResultFormat()
SPARQLStarResultsJSONWriter.getQueryResultFormat()
SPARQLResultsJSONParser.getTupleQueryResultFormat()
SPARQLResultsJSONParserFactory.getTupleQueryResultFormat()
ReturnsJSON
.SPARQLResultsJSONWriter.getTupleQueryResultFormat()
SPARQLResultsJSONWriterFactory.getTupleQueryResultFormat()
ReturnsJSON
.SPARQLStarResultsJSONParser.getTupleQueryResultFormat()
SPARQLStarResultsJSONParserFactory.getTupleQueryResultFormat()
ReturnsJSON_STAR
.SPARQLStarResultsJSONWriter.getTupleQueryResultFormat()
SPARQLStarResultsJSONWriterFactory.getTupleQueryResultFormat()
ReturnsJSON_STAR
. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return TupleQueryResultFormatModifier and TypeMethodDescriptionfinal TupleQueryResultFormat
SPARQLResultsXMLWriter.getQueryResultFormat()
SPARQLResultsXMLParser.getTupleQueryResultFormat()
SPARQLResultsXMLParserFactory.getTupleQueryResultFormat()
ReturnsSPARQL
.SPARQLResultsXMLWriter.getTupleQueryResultFormat()
SPARQLResultsXMLWriterFactory.getTupleQueryResultFormat()
ReturnsSPARQL
.SPARQLStarResultsXMLParser.getTupleQueryResultFormat()
SPARQLStarResultsXMLParserFactory.getTupleQueryResultFormat()
ReturnsSPARQL_STAR
.final TupleQueryResultFormat
SPARQLStarResultsXMLWriter.getTupleQueryResultFormat()
SPARQLStarResultsXMLWriterFactory.getTupleQueryResultFormat()
ReturnsSPARQL_STAR
. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.query.resultio.text.csv
Methods in org.eclipse.rdf4j.query.resultio.text.csv that return TupleQueryResultFormatModifier and TypeMethodDescriptionfinal TupleQueryResultFormat
SPARQLResultsCSVWriter.getQueryResultFormat()
SPARQLResultsCSVParser.getTupleQueryResultFormat()
SPARQLResultsCSVParserFactory.getTupleQueryResultFormat()
ReturnsCSV
.final TupleQueryResultFormat
SPARQLResultsCSVWriter.getTupleQueryResultFormat()
SPARQLResultsCSVWriterFactory.getTupleQueryResultFormat()
ReturnsCSV
. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that return TupleQueryResultFormatModifier and TypeMethodDescriptionfinal TupleQueryResultFormat
SPARQLResultsTSVWriter.getQueryResultFormat()
SPARQLResultsTSVParser.getTupleQueryResultFormat()
SPARQLResultsTSVParserFactory.getTupleQueryResultFormat()
ReturnsTSV
.SPARQLResultsTSVWriter.getTupleQueryResultFormat()
SPARQLResultsTSVWriterFactory.getTupleQueryResultFormat()
ReturnsTSV
.SPARQLStarResultsTSVParser.getTupleQueryResultFormat()
SPARQLStarResultsTSVParserFactory.getTupleQueryResultFormat()
ReturnsTSV_STAR
.SPARQLStarResultsTSVWriter.getTupleQueryResultFormat()
SPARQLStarResultsTSVWriterFactory.getTupleQueryResultFormat()
ReturnsTSV_STAR
. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.repository.http
Fields in org.eclipse.rdf4j.repository.http declared as TupleQueryResultFormatMethods in org.eclipse.rdf4j.repository.http that return TupleQueryResultFormatModifier and TypeMethodDescriptionHTTPRepository.getPreferredTupleQueryResultFormat()
Indicates the current preferredTupleQueryResultFormat
.Methods in org.eclipse.rdf4j.repository.http with parameters of type TupleQueryResultFormatModifier and TypeMethodDescriptionvoid
HTTPRepository.setPreferredTupleQueryResultFormat
(TupleQueryResultFormat format) Sets the preferred serialization format for tuple query results to the suppliedTupleQueryResultFormat
, overriding theSPARQLProtocolSession
's default preference.