Uses of Class
org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
Packages that use TupleQueryResultFormat
Package
Description
A writer for the
SPARQL Query Results JSON Format
Writers for custom ODS for SPARQL results
Parsers and writers for the
SPARQL Query Results XML Format
writers for custom XLSX for SPARQL results
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
Methods 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.ODSstatic 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).static final TupleQueryResultFormatTupleQueryResultFormat.XSLXMethods 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
Methods 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.sparqlods
Methods in org.eclipse.rdf4j.query.resultio.sparqlods that return TupleQueryResultFormatModifier and TypeMethodDescriptionSPARQLResultsODSWriter.getTupleQueryResultFormat()SPARQLResultsODSWriterFactory.getTupleQueryResultFormat() -
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.sparqlxslx
Methods in org.eclipse.rdf4j.query.resultio.sparqlxslx that return TupleQueryResultFormatModifier and TypeMethodDescriptionSPARQLResultsXLSXWriter.getTupleQueryResultFormat()SPARQLResultsXLSXWriterFactory.getTupleQueryResultFormat() -
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
Methods 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. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.testsuite.query.resultio
Methods in org.eclipse.rdf4j.testsuite.query.resultio that return TupleQueryResultFormatModifier and TypeMethodDescriptionprotected abstract TupleQueryResultFormatAbstractQueryResultIOBooleanTest.getMatchingTupleFormatOrNull()protected abstract TupleQueryResultFormatAbstractQueryResultIOTupleTest.getTupleFormat()Methods in org.eclipse.rdf4j.testsuite.query.resultio with parameters of type TupleQueryResultFormatModifier and TypeMethodDescriptionprotected voidAbstractQueryResultIOTest.doBooleanParseNoHandlerOnTupleResults(BooleanQueryResultFormat format, TupleQueryResult tqr, TupleQueryResultFormat matchingTupleFormat) Tests that the parser returned for a BooleanQueryResultFormat is not able to parse a TupleQueryResultFormat using the deprecatedBooleanQueryResultParser.parse(java.io.InputStream)method, and that it does indeed through an exception of typeQueryResultParseException.protected voidAbstractQueryResultIOTest.doTupleJSONPCallback(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected) Test specifically for JSONP callback support.protected voidAbstractQueryResultIOTest.doTupleLinks(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links) protected voidAbstractQueryResultIOTest.doTupleLinksAndStylesheet(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl) protected voidAbstractQueryResultIOTest.doTupleLinksAndStylesheetAndNamespaces(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl, Map<String, String> namespaces) protected voidAbstractQueryResultIOTest.doTupleLinksAndStylesheetAndNamespacesQName(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl, Map<String, String> namespaces) Test specifically for QName support.protected voidAbstractQueryResultIOTest.doTupleLinksAndStylesheetMultipleEndHeaders(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl) protected voidAbstractQueryResultIOTest.doTupleLinksAndStylesheetNoStarts(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl) protected voidAbstractQueryResultIOTest.doTupleMissingStartQueryResult(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, List<String> links, String stylesheetUrl) protected voidAbstractQueryResultIOTest.doTupleNoHandler(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected) Tests that parsing a tuple results set without specifying aTupleQueryResultHandlerdoes not throw any exceptions.protected voidAbstractQueryResultIOTest.doTupleNoLinks(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected) protected voidAbstractQueryResultIOTest.doTupleParseNoHandlerOnBooleanResults(TupleQueryResultFormat format, boolean input, BooleanQueryResultFormat matchingBooleanFormat) Tests that the parser returned for a TupleQueryResultFormat is not able to parse a BooleanQueryResultFormat using the deprecatedTupleQueryResultParser.parse(java.io.InputStream)method, and that it does indeed through an exception of typeQueryResultParseException.protected voidAbstractQueryResultIOTest.doTupleStylesheet(TupleQueryResultFormat format, TupleQueryResult input, TupleQueryResult expected, String stylesheetUrl) protected TupleQueryResultAbstractQueryResultIOTest.parseTupleInternal(TupleQueryResultFormat format, InputStream in) Override this to customise how the tuple parsing is performed, particularly to test background and other parsing strategies.