Uses of Class
org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Packages that use TupleQueryResultFormat 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 Formatorg.eclipse.rdf4j.query.resultio.sparqlxml Parsers and writers for the SPARQL Query Results XML Formatorg.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 an RDF4J Server. -
-
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.http.client
Fields in org.eclipse.rdf4j.http.client declared as TupleQueryResultFormat Modifier and Type Field Description private TupleQueryResultFormatSPARQLProtocolSession. preferredTQRFormatMethods in org.eclipse.rdf4j.http.client that return TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormatSPARQLProtocolSession. getPreferredTupleQueryResultFormat()Gets the preferredTupleQueryResultFormatfor encoding tuple query results.Methods in org.eclipse.rdf4j.http.client with parameters of type TupleQueryResultFormat Modifier and Type Method Description voidSPARQLProtocolSession. 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 TupleQueryResultFormat Modifier and Type Field Description static TupleQueryResultFormatTupleQueryResultFormat. BINARYBinary RDF results table format.static TupleQueryResultFormatTupleQueryResultFormat. CSVSPARQL Query Result CSV Format.static TupleQueryResultFormatTupleQueryResultFormat. JSONSPARQL Query Results JSON Format.static TupleQueryResultFormatTupleQueryResultFormat. JSON_STARSPARQL-star Query Results JSON Format (like SPARQL JSON but with RDF-star support).static TupleQueryResultFormatTupleQueryResultFormat. SPARQLSPARQL Query Results XML Format.static TupleQueryResultFormatTupleQueryResultFormat. SPARQL_STARSPARQL-star Query Results XML Format (like SPARQL/XML but with native RDF-star support).static TupleQueryResultFormatTupleQueryResultFormat. TSVSPARQL Query Result TSV Format.static 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 TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormatTupleQueryResultParser. getTupleQueryResultFormat()Gets the query result format that this parser can parse.TupleQueryResultFormatTupleQueryResultParserFactory. getTupleQueryResultFormat()Returns the tuple query result format for this factory.TupleQueryResultFormatTupleQueryResultWriter. getTupleQueryResultFormat()Gets the query result format that this writer uses.TupleQueryResultFormatTupleQueryResultWriterFactory. 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 TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormatBinaryQueryResultWriter. getQueryResultFormat()TupleQueryResultFormatBinaryQueryResultParser. getTupleQueryResultFormat()TupleQueryResultFormatBinaryQueryResultParserFactory. getTupleQueryResultFormat()ReturnsBINARY.TupleQueryResultFormatBinaryQueryResultWriter. getTupleQueryResultFormat()TupleQueryResultFormatBinaryQueryResultWriterFactory. getTupleQueryResultFormat()ReturnsBINARY. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.query.resultio.sparqljson
Fields in org.eclipse.rdf4j.query.resultio.sparqljson declared as TupleQueryResultFormat Modifier and Type Field Description (package private) static TupleQueryResultFormatSPARQLStarResultsJSONConstants. QUERY_RESULT_FORMATMethods in org.eclipse.rdf4j.query.resultio.sparqljson that return TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormatSPARQLResultsJSONWriter. getQueryResultFormat()TupleQueryResultFormatSPARQLStarResultsJSONWriter. getQueryResultFormat()TupleQueryResultFormatSPARQLResultsJSONParser. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLResultsJSONParserFactory. getTupleQueryResultFormat()ReturnsJSON.TupleQueryResultFormatSPARQLResultsJSONWriter. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLResultsJSONWriterFactory. getTupleQueryResultFormat()ReturnsJSON.TupleQueryResultFormatSPARQLStarResultsJSONParser. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLStarResultsJSONParserFactory. getTupleQueryResultFormat()ReturnsJSON_STAR.TupleQueryResultFormatSPARQLStarResultsJSONWriter. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLStarResultsJSONWriterFactory. getTupleQueryResultFormat()ReturnsJSON_STAR. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.query.resultio.sparqlxml
Methods in org.eclipse.rdf4j.query.resultio.sparqlxml that return TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormatSPARQLResultsXMLWriter. getQueryResultFormat()TupleQueryResultFormatSPARQLResultsXMLParser. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLResultsXMLParserFactory. getTupleQueryResultFormat()ReturnsSPARQL.TupleQueryResultFormatSPARQLResultsXMLWriter. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLResultsXMLWriterFactory. getTupleQueryResultFormat()ReturnsSPARQL.TupleQueryResultFormatSPARQLStarResultsXMLParser. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLStarResultsXMLParserFactory. getTupleQueryResultFormat()ReturnsSPARQL_STAR.TupleQueryResultFormatSPARQLStarResultsXMLWriter. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLStarResultsXMLWriterFactory. 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 TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormatSPARQLResultsCSVWriter. getQueryResultFormat()TupleQueryResultFormatSPARQLResultsCSVParser. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLResultsCSVParserFactory. getTupleQueryResultFormat()ReturnsCSV.TupleQueryResultFormatSPARQLResultsCSVWriter. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLResultsCSVWriterFactory. getTupleQueryResultFormat()ReturnsCSV. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.query.resultio.text.tsv
Methods in org.eclipse.rdf4j.query.resultio.text.tsv that return TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormatSPARQLResultsTSVWriter. getQueryResultFormat()TupleQueryResultFormatSPARQLResultsTSVParser. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLResultsTSVParserFactory. getTupleQueryResultFormat()ReturnsTSV.TupleQueryResultFormatSPARQLResultsTSVWriter. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLResultsTSVWriterFactory. getTupleQueryResultFormat()ReturnsTSV.TupleQueryResultFormatSPARQLStarResultsTSVParser. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLStarResultsTSVParserFactory. getTupleQueryResultFormat()ReturnsTSV_STAR.TupleQueryResultFormatSPARQLStarResultsTSVWriter. getTupleQueryResultFormat()TupleQueryResultFormatSPARQLStarResultsTSVWriterFactory. getTupleQueryResultFormat()ReturnsTSV_STAR. -
Uses of TupleQueryResultFormat in org.eclipse.rdf4j.repository.http
Fields in org.eclipse.rdf4j.repository.http declared as TupleQueryResultFormat Modifier and Type Field Description private TupleQueryResultFormatHTTPRepository. tupleFormatMethods in org.eclipse.rdf4j.repository.http that return TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormatHTTPRepository. getPreferredTupleQueryResultFormat()Indicates the current preferredTupleQueryResultFormat.Methods in org.eclipse.rdf4j.repository.http with parameters of type TupleQueryResultFormat Modifier and Type Method Description voidHTTPRepository. setPreferredTupleQueryResultFormat(TupleQueryResultFormat format)Sets the preferred serialization format for tuple query results to the suppliedTupleQueryResultFormat, overriding theSPARQLProtocolSession's default preference.
-