Package com.stardog.stark.query
Interface SelectQueryResultHandler
- All Superinterfaces:
QueryResultHandler<BindingSet>
- All Known Subinterfaces:
PathQueryResultWriter,SelectQueryResultWriter
- All Known Implementing Classes:
AbstractDataExporterQueryResultWriter,BinarySelectQueryResultWriter,HTMLQueryResultWriter,SPARQLCSVResultWriter,SPARQLJSONSelectResultWriter,SPARQLTSVResultWriter,SPARQLXMLSelectResultWriter,TextPathQueryResultWriter,TextTablePathQueryResultWriter,TextTableQueryResultWriter
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Michael Grove
-
Method Summary
Methods inherited from interface com.stardog.stark.query.QueryResultHandler
end, handle, links, start
-
Method Details
-
variables
The variables in the projection of the query- Parameters:
theVars- the variables- See Also:
-