Interface for Handlers which handle the SPARQL Results produced by parsers
For a list of all members of this type, see ISparqlResultsHandler Members .
| Type | Description |
|---|---|
| BaseResultsHandler | Abstract Base Class for SPARQL Results Handlers |
| ListStringsHandler | A Results Handler which extracts Literals from one/more variables in a Result Set |
| ListUrisHandler | A Results Handler which extracts URIs from one/more variables in a Result Set |
| MergingResultSetHandler | A SPARQL Results Handler which allows you to load multiple Result Sets into a single SparqlResultSet which the standard ResultSetHandler does not permit |
| MultisetHandler | A SPARQL Results Handler which loads directly into a Multiset |
| ResultCountHandler | A SPARQL Results Handler which just counts Results |
| ResultSetHandler | A SPARQL Results Handler which loads Results into a SparqlResultSet |
| ResultWriteThroughHandler | A Results Handler which writes the handled Results out to a TextWriter using a provided IResultFormatter |
Namespace: VDS.RDF
Assembly: dotNetRDF (in dotNetRDF.dll)
ISparqlResultsHandler Members | VDS.RDF Namespace