프로퍼티 | 타입 | 설명 |
---|
메소드 | 설명 | |
---|---|---|
AddModifier ( RDFModifier modifier ) : |
Adds the given modifier to the SELECT query
|
|
AddPatternGroup ( RDFPatternGroup patternGroup ) : |
Adds the given pattern group to the query
|
|
AddProjectionVariable ( |
Adds the given variable to the results of the query
|
|
ApplyToFederation ( RDFFederation federation ) : |
Applies the query to the given federation
|
|
ApplyToGraph ( RDFGraph graph ) : |
Applies the query to the given graph
|
|
ApplyToStore ( RDFStore store ) : |
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
|
public AddModifier ( RDFModifier modifier ) : |
||
modifier | RDFModifier | |
리턴 |
public AddPatternGroup ( RDFPatternGroup patternGroup ) : |
||
patternGroup | RDFPatternGroup | |
리턴 |
public AddProjectionVariable ( |
||
projectionVariable | ||
리턴 |
public ApplyToFederation ( RDFFederation federation ) : |
||
federation | RDFFederation | |
리턴 |
public ApplyToGraph ( RDFGraph graph ) : |
||
graph | RDFGraph | |
리턴 |
public ApplyToStore ( RDFStore store ) : |
||
store | RDFStore | |
리턴 |