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 TupleQueryResultFormat
SPARQLProtocolSession. preferredTQRFormat
Methods in org.eclipse.rdf4j.http.client that return TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormat
SPARQLProtocolSession. getPreferredTupleQueryResultFormat()
Gets the preferredTupleQueryResultFormat
for encoding tuple query results.Methods in org.eclipse.rdf4j.http.client with parameters of type TupleQueryResultFormat Modifier and Type Method Description void
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 TupleQueryResultFormat Modifier and Type Field 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. JSON_STAR
SPARQL-star Query Results JSON Format (like SPARQL JSON but with RDF-star support).static TupleQueryResultFormat
TupleQueryResultFormat. SPARQL
SPARQL Query Results XML Format.static TupleQueryResultFormat
TupleQueryResultFormat. SPARQL_STAR
SPARQL-star Query Results XML Format (like SPARQL/XML but with native RDF-star support).static TupleQueryResultFormat
TupleQueryResultFormat. TSV
SPARQL Query Result TSV Format.static 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 TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormat
TupleQueryResultParser. getTupleQueryResultFormat()
Gets the query result format that this parser can parse.TupleQueryResultFormat
TupleQueryResultParserFactory. getTupleQueryResultFormat()
Returns the tuple query result format for this factory.TupleQueryResultFormat
TupleQueryResultWriter. getTupleQueryResultFormat()
Gets the query result format that this writer uses.TupleQueryResultFormat
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 TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormat
BinaryQueryResultWriter. getQueryResultFormat()
TupleQueryResultFormat
BinaryQueryResultParser. getTupleQueryResultFormat()
TupleQueryResultFormat
BinaryQueryResultParserFactory. getTupleQueryResultFormat()
ReturnsBINARY
.TupleQueryResultFormat
BinaryQueryResultWriter. getTupleQueryResultFormat()
TupleQueryResultFormat
BinaryQueryResultWriterFactory. 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 TupleQueryResultFormat
SPARQLStarResultsJSONConstants. QUERY_RESULT_FORMAT
Methods in org.eclipse.rdf4j.query.resultio.sparqljson that return TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormat
SPARQLResultsJSONWriter. getQueryResultFormat()
TupleQueryResultFormat
SPARQLStarResultsJSONWriter. getQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsJSONParser. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsJSONParserFactory. getTupleQueryResultFormat()
ReturnsJSON
.TupleQueryResultFormat
SPARQLResultsJSONWriter. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsJSONWriterFactory. getTupleQueryResultFormat()
ReturnsJSON
.TupleQueryResultFormat
SPARQLStarResultsJSONParser. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLStarResultsJSONParserFactory. getTupleQueryResultFormat()
ReturnsJSON_STAR
.TupleQueryResultFormat
SPARQLStarResultsJSONWriter. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLStarResultsJSONWriterFactory. 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 TupleQueryResultFormat
SPARQLResultsXMLWriter. getQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsXMLParser. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsXMLParserFactory. getTupleQueryResultFormat()
ReturnsSPARQL
.TupleQueryResultFormat
SPARQLResultsXMLWriter. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsXMLWriterFactory. getTupleQueryResultFormat()
ReturnsSPARQL
.TupleQueryResultFormat
SPARQLStarResultsXMLParser. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLStarResultsXMLParserFactory. getTupleQueryResultFormat()
ReturnsSPARQL_STAR
.TupleQueryResultFormat
SPARQLStarResultsXMLWriter. getTupleQueryResultFormat()
TupleQueryResultFormat
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 TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormat
SPARQLResultsCSVWriter. getQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsCSVParser. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsCSVParserFactory. getTupleQueryResultFormat()
ReturnsCSV
.TupleQueryResultFormat
SPARQLResultsCSVWriter. getTupleQueryResultFormat()
TupleQueryResultFormat
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 TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormat
SPARQLResultsTSVWriter. getQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsTSVParser. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsTSVParserFactory. getTupleQueryResultFormat()
ReturnsTSV
.TupleQueryResultFormat
SPARQLResultsTSVWriter. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLResultsTSVWriterFactory. getTupleQueryResultFormat()
ReturnsTSV
.TupleQueryResultFormat
SPARQLStarResultsTSVParser. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLStarResultsTSVParserFactory. getTupleQueryResultFormat()
ReturnsTSV_STAR
.TupleQueryResultFormat
SPARQLStarResultsTSVWriter. getTupleQueryResultFormat()
TupleQueryResultFormat
SPARQLStarResultsTSVWriterFactory. 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 TupleQueryResultFormat
HTTPRepository. tupleFormat
Methods in org.eclipse.rdf4j.repository.http that return TupleQueryResultFormat Modifier and Type Method Description TupleQueryResultFormat
HTTPRepository. getPreferredTupleQueryResultFormat()
Indicates the current preferredTupleQueryResultFormat
.Methods in org.eclipse.rdf4j.repository.http with parameters of type TupleQueryResultFormat Modifier and Type Method Description void
HTTPRepository. setPreferredTupleQueryResultFormat(TupleQueryResultFormat format)
Sets the preferred serialization format for tuple query results to the suppliedTupleQueryResultFormat
, overriding theSPARQLProtocolSession
's default preference.
-