Class GenericQueryProcessor
A SPARQL Query Processor where the query is processed by passing it to the Query(String) method of an IQueryableStorage .
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VDS.RDF.Query
Assembly: dotNetRDF.dll
Syntax
public class GenericQueryProcessor : QueryProcessorBase, ISparqlQueryProcessor
Constructors
| Improve this Doc View SourceGenericQueryProcessor(IQueryableStorage)
Creates a new Generic Query Processor.
Declaration
public GenericQueryProcessor(IQueryableStorage manager)
Parameters
Type | Name | Description |
---|---|---|
IQueryable |
manager | Generic IO Manager. |
Methods
| Improve this Doc View SourceProcessQuery(IRdfHandler, ISparqlResultsHandler, SparqlQuery)
Processes a SPARQL Query passing the results to the RDF or Results handler as appropriate.
Declaration
public override void ProcessQuery(IRdfHandler rdfHandler, ISparqlResultsHandler resultsHandler, SparqlQuery query)
Parameters
Type | Name | Description |
---|---|---|
IRdf |
rdfHandler | RDF Handler. |
ISparql |
resultsHandler | Results Handler. |
Sparql |
query | SPARQL Query. |
Overrides
| Improve this Doc View SourceProcessQuery(SparqlQuery)
Processes a SPARQL Query.
Declaration
public object ProcessQuery(SparqlQuery query)
Parameters
Type | Name | Description |
---|---|---|
Sparql |
query | SPARQL Query. |
Returns
Type | Description |
---|---|
System. |