C# 클래스 RDFSharp.Query.RDFSelectQuery

RDFSelectQuery is the SPARQL "SELECT" query implementation.
상속: RDFQuery
파일 보기 프로젝트 열기: mdesalvo/RDFSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
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

메소드 상세

AddModifier() 공개 메소드

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

AddPatternGroup() 공개 메소드

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

AddProjectionVariable() 공개 메소드

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

ApplyToFederation() 공개 메소드

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

ApplyToGraph() 공개 메소드

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

ApplyToStore() 공개 메소드

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

RDFSelectQuery() 공개 메소드

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

ToString() 공개 메소드

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