C# Class RDFSharp.Query.RDFSelectQuery

RDFSelectQuery is the SPARQL "SELECT" query implementation.
Inheritance: RDFQuery
Datei anzeigen Open project: mdesalvo/RDFSharp Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
AddModifier ( RDFModifier modifier ) : RDFSelectQuery

Adds the given modifier to the SELECT query

AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFSelectQuery

Adds the given pattern group to the query

AddProjectionVariable ( RDFVariable projectionVariable ) : RDFSelectQuery

Adds the given variable to the results of the query

ApplyToFederation ( RDFFederation federation ) : RDFSelectQueryResult

Applies the query to the given federation

ApplyToGraph ( RDFGraph graph ) : RDFSelectQueryResult

Applies the query to the given graph

ApplyToStore ( RDFStore store ) : RDFSelectQueryResult

Applies the query to the given store

RDFSelectQuery ( ) : System

Default-ctor to build an empty SELECT query

ToString ( ) : String

Gives the string representation of the SELECT query

Method Details

AddModifier() public method

Adds the given modifier to the SELECT query
public AddModifier ( RDFModifier modifier ) : RDFSelectQuery
modifier RDFModifier
return RDFSelectQuery

AddPatternGroup() public method

Adds the given pattern group to the query
public AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFSelectQuery
patternGroup RDFPatternGroup
return RDFSelectQuery

AddProjectionVariable() public method

Adds the given variable to the results of the query
public AddProjectionVariable ( RDFVariable projectionVariable ) : RDFSelectQuery
projectionVariable RDFVariable
return RDFSelectQuery

ApplyToFederation() public method

Applies the query to the given federation
public ApplyToFederation ( RDFFederation federation ) : RDFSelectQueryResult
federation RDFFederation
return RDFSelectQueryResult

ApplyToGraph() public method

Applies the query to the given graph
public ApplyToGraph ( RDFGraph graph ) : RDFSelectQueryResult
graph RDFGraph
return RDFSelectQueryResult

ApplyToStore() public method

Applies the query to the given store
public ApplyToStore ( RDFStore store ) : RDFSelectQueryResult
store RDFStore
return RDFSelectQueryResult

RDFSelectQuery() public method

Default-ctor to build an empty SELECT query
public RDFSelectQuery ( ) : System
return System

ToString() public method

Gives the string representation of the SELECT query
public ToString ( ) : String
return String