Class SPARQLTSVResultWriter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void end()
      Signal that query processing has completed
      QueryResultFormat format()
      The format this writer will serialize output in
      void handle​(BindingSet theBindings)
      Handle a result to a query
      void links​(java.util.List<java.lang.String> theLinks)
      Handle the set of links from the result
      void namespace​(java.lang.String thePrefix, java.lang.String theIRI)
      void start()
      Indicates that writing has begun.
      void variables​(java.util.List<java.lang.String> theVars)
      The variables in the projection of the query
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait