Interface SparqlResultFmts

All Known Implementing Classes:
SparqlResultFmtsImpl

public interface SparqlResultFmts
Interface that bundles result langs and formats for the different query types.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.riot.Lang
     
    org.apache.jena.riot.Lang
     
    org.apache.jena.riot.RDFFormat
     
    org.apache.jena.riot.RDFFormat
     
    org.apache.jena.riot.Lang
     
    default <T> T
     
  • Method Details

    • get

      default <T> T get(SparqlResultType slot)
    • forAskResult

      org.apache.jena.riot.Lang forAskResult()
    • forBindings

      org.apache.jena.riot.Lang forBindings()
    • forTriples

      org.apache.jena.riot.RDFFormat forTriples()
    • forQuads

      org.apache.jena.riot.RDFFormat forQuads()
    • forUnknown

      org.apache.jena.riot.Lang forUnknown()