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 TupleQueryResultFormatSPARQLProtocolSession.preferredTQRFormatMethods in org.eclipse.rdf4j.http.client that return TupleQueryResultFormatModifier and TypeMethodDescriptionSPARQLProtocolSession.getPreferredTupleQueryResultFormat()Gets the preferredTupleQueryResultFormatfor encoding tuple query results.Methods in org.eclipse.rdf4j.http.client with parameters of type TupleQueryResultFormatModifier and TypeMethodDescriptionvoidSPARQLProtocolSession.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 TupleQueryResultFormatTupleQueryResultFormat.BINARYBinary RDF results table format.static final TupleQueryResultFormatTupleQueryResultFormat.CSVSPARQL Query Result CSV Format.static final TupleQueryResultFormatTupleQueryResultFormat.JSONSPARQL Query Results JSON Format.static final TupleQueryResultFormatTupleQueryResultFormat.JSON_STARSPARQL-star Query Results JSON Format (like SPARQL JSON but with RDF-star support).static final TupleQueryResultFormatTupleQueryResultFormat.SPARQLSPARQL Query Results XML Format.static final TupleQueryResultFormatTupleQueryResultFormat.SPARQL_STARSPARQL-star Query Results XML Format (like SPARQL/XML but with native RDF-star support).static final TupleQueryResultFormatTupleQueryResultFormat.TSVSPARQL Query Result TSV Format.static final TupleQueryResultFormatTupleQueryResultFormat.TSV_STARSPARQL-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 TupleQueryResultFormatBinaryQueryResultWriter.getQueryResultFormat()final TupleQueryResultFormatBinaryQueryResultParser.getTupleQueryResultFormat()BinaryQueryResultParserFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.BINARY.final TupleQueryResultFormatBinaryQueryResultWriter.getTupleQueryResultFormat()BinaryQueryResultWriterFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.BINARY. -
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 TupleQueryResultFormatSPARQLStarResultsJSONConstants.QUERY_RESULT_FORMATMethods in org.eclipse.rdf4j.query.resultio.sparqljson that return TupleQueryResultFormatModifier and TypeMethodDescriptionSPARQLResultsJSONWriter.getQueryResultFormat()SPARQLStarResultsJSONWriter.getQueryResultFormat()SPARQLResultsJSONParser.getTupleQueryResultFormat()SPARQLResultsJSONParserFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.JSON.SPARQLResultsJSONWriter.getTupleQueryResultFormat()SPARQLResultsJSONWriterFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.JSON.SPARQLStarResultsJSONParser.getTupleQueryResultFormat()SPARQLStarResultsJSONParserFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.JSON_STAR.SPARQLStarResultsJSONWriter.getTupleQueryResultFormat()SPARQLStarResultsJSONWriterFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.JSON_STAR. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return TupleQueryResultFormatModifier and TypeMethodDescriptionfinal TupleQueryResultFormatSPARQLResultsXMLWriter.getQueryResultFormat()SPARQLResultsXMLParser.getTupleQueryResultFormat()SPARQLResultsXMLParserFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.SPARQL.SPARQLResultsXMLWriter.getTupleQueryResultFormat()SPARQLResultsXMLWriterFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.SPARQL.SPARQLStarResultsXMLParser.getTupleQueryResultFormat()SPARQLStarResultsXMLParserFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.SPARQL_STAR.final TupleQueryResultFormatSPARQLStarResultsXMLWriter.getTupleQueryResultFormat()SPARQLStarResultsXMLWriterFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.SPARQL_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 TupleQueryResultFormatSPARQLResultsCSVWriter.getQueryResultFormat()SPARQLResultsCSVParser.getTupleQueryResultFormat()SPARQLResultsCSVParserFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.CSV.final TupleQueryResultFormatSPARQLResultsCSVWriter.getTupleQueryResultFormat()SPARQLResultsCSVWriterFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.CSV. -
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 TupleQueryResultFormatSPARQLResultsTSVWriter.getQueryResultFormat()SPARQLResultsTSVParser.getTupleQueryResultFormat()SPARQLResultsTSVParserFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.TSV.SPARQLResultsTSVWriter.getTupleQueryResultFormat()SPARQLResultsTSVWriterFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.TSV.SPARQLStarResultsTSVParser.getTupleQueryResultFormat()SPARQLStarResultsTSVParserFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.TSV_STAR.SPARQLStarResultsTSVWriter.getTupleQueryResultFormat()SPARQLStarResultsTSVWriterFactory.getTupleQueryResultFormat()ReturnsTupleQueryResultFormat.TSV_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 TypeMethodDescriptionvoidHTTPRepository.setPreferredTupleQueryResultFormat(TupleQueryResultFormat format) Sets the preferred serialization format for tuple query results to the suppliedTupleQueryResultFormat, overriding theSPARQLProtocolSession's default preference.