C# 클래스 RDFSharp.Query.RDFConstructQuery

RDFConstructQuery is the SPARQL "CONSTRUCT" query implementation.
파일 보기 프로젝트 열기: mdesalvo/RDFSharp 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
AddModifier ( RDFLimitModifier modifier ) : RDFConstructQuery

Adds the given modifier to the query

AddModifier ( RDFOffsetModifier modifier ) : RDFConstructQuery

Adds the given modifier to the query

AddPatternGroup ( RDFPatternGroup patternGroup ) : RDFConstructQuery

Adds the given pattern group to the body of the query

AddTemplate ( RDFPattern template ) : RDFConstructQuery

Adds the given pattern to the templates of the query

ApplyToFederation ( RDFFederation federation ) : RDFConstructQueryResult

Applies the query to the given federation

ApplyToGraph ( RDFGraph graph ) : RDFConstructQueryResult

Applies the query to the given graph

ApplyToStore ( RDFStore store ) : RDFConstructQueryResult

Applies the query to the given store

RDFConstructQuery ( ) : System

Default-ctor to build an empty CONSTRUCT query

ToString ( ) : String

Gives the string representation of the CONSTRUCT query

메소드 상세

AddModifier() 공개 메소드

Adds the given modifier to the query
public AddModifier ( RDFLimitModifier modifier ) : RDFConstructQuery
modifier RDFLimitModifier
리턴 RDFConstructQuery

AddModifier() 공개 메소드

Adds the given modifier to the query
public AddModifier ( RDFOffsetModifier modifier ) : RDFConstructQuery
modifier RDFOffsetModifier
리턴 RDFConstructQuery

AddPatternGroup() 공개 메소드

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

AddTemplate() 공개 메소드

Adds the given pattern to the templates of the query
public AddTemplate ( RDFPattern template ) : RDFConstructQuery
template RDFPattern
리턴 RDFConstructQuery

ApplyToFederation() 공개 메소드

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

ApplyToGraph() 공개 메소드

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

ApplyToStore() 공개 메소드

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

RDFConstructQuery() 공개 메소드

Default-ctor to build an empty CONSTRUCT query
public RDFConstructQuery ( ) : System
리턴 System

ToString() 공개 메소드

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