SparqlQuery Methods |
The SparqlQuery type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddDefaultGraph |
Adds a Default Graph URI.
|
![]() | AddNamedGraph |
Adds a Named Graph URI.
|
![]() | ClearDefaultGraphs |
Removes all Default Graph URIs.
|
![]() | ClearNamedGraphs |
Removes all Named Graph URIs.
|
![]() | Copy |
Creates a copy of the query.
|
![]() | CreateBlankNode |
Creates a Blank Node with a new automatically generated ID.
(Inherited from NodeFactory.) |
![]() | CreateBlankNode(String) |
Creates a Blank Node with the given Node ID.
(Inherited from NodeFactory.) |
![]() | CreateGraphLiteralNode |
Creates a Graph Literal Node which represents the empty Subgraph.
(Inherited from NodeFactory.) |
![]() | CreateGraphLiteralNode(IGraph) |
Creates a Graph Literal Node which represents the given Subgraph.
(Inherited from NodeFactory.) |
![]() | CreateLiteralNode(String) |
Creates a Literal Node with the given Value.
(Inherited from NodeFactory.) |
![]() | CreateLiteralNode(String, String) |
Creates a Literal Node with the given Value and Language.
(Inherited from NodeFactory.) |
![]() | CreateLiteralNode(String, Uri) |
Creates a Literal Node with the given Value and Data Type.
(Inherited from NodeFactory.) |
![]() | CreateUriNode |
Creates a URI Node for the given URI.
(Inherited from NodeFactory.) |
![]() | CreateVariableNode |
Creates a Variable Node for the given Variable Name.
(Inherited from NodeFactory.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Evaluate(IInMemoryQueryableStore) | Obsolete.
Evaluates the SPARQL Query against the given Triple Store.
|
![]() | Evaluate(ISparqlDataset) | Obsolete.
Evaluates the SPARQL Query against the given Dataset.
|
![]() | Evaluate(IRdfHandler, ISparqlResultsHandler, IInMemoryQueryableStore) | Obsolete.
Evaluates the SPARQL Query against the given Triple Store processing the results with the appropriate handler from those provided.
|
![]() | Evaluate(IRdfHandler, ISparqlResultsHandler, ISparqlDataset) | Obsolete.
Evaluates the SPARQL Query against the given Dataset processing the results with an appropriate handler form those provided.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetNextBlankNodeID |
Creates a new unused Blank Node ID and returns it.
(Inherited from NodeFactory.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | Optimise |
Applies optimisation to a Query using the default global optimiser.
|
![]() | Optimise(IQueryOptimiser) |
Applies optimisation to a Query using the specific optimiser.
|
![]() | Process |
Processes the Query using the given Query Processor.
|
![]() | ToAlgebra |
Converts the Query into it's SPARQL Algebra representation (as represented in the Leviathan API).
|
![]() | ToString |
Generates a String representation of the Query.
(Overrides ObjectToString.) |