Uses of Class
org.eclipse.rdf4j.query.resultio.TupleQueryResultFormat
-
Packages that use TupleQueryResultFormat Package Description org.eclipse.rdf4j.query.resultio -
-
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.
-