Property | Type | Description | |
---|---|---|---|
AllowPersistBNodes | bool |
Method | Description | |
---|---|---|
AddExternalFunction ( SemWeb.Query.RdfFunction function ) : void | ||
Ask ( SelectableSource source ) : bool | ||
Ask ( SelectableSource source, TextWriter output ) : void | ||
Construct ( SelectableSource source, StatementSink sink ) : void | ||
Construct ( SelectableSource source, TextWriter output ) : void | ||
Describe ( SelectableSource source, StatementSink sink ) : void | ||
Describe ( SelectableSource source, TextWriter output ) : void | ||
GetDefaultDatasets ( ) : string[] | ||
GetExplanation ( ) : string | ||
GetNamedDatasets ( ) : string[] | ||
GetQueryPrefixes ( ) : NamespaceManager | ||
Run ( SelectableSource source, QueryResultSink resultsink ) : void | ||
Run ( SelectableSource source, TextWriter output ) : void | ||
Select ( SelectableSource source, QueryResultSink sink ) : void | ||
Select ( SelectableSource source, TextWriter output ) : void | ||
SparqlEngine ( TextReader query ) | ||
SparqlEngine ( string query ) | ||
WriteGraph ( RdfGraph graph, RdfSourceWrapper sourcewrapper, StatementSink sink ) : void |
Method | Description | |
---|---|---|
BindLogic ( SelectableSource source ) : RdfSourceWrapper |
public AddExternalFunction ( SemWeb.Query.RdfFunction function ) : void | ||
function | SemWeb.Query.RdfFunction | |
return | void |
public Ask ( SelectableSource source ) : bool | ||
source | SelectableSource | |
return | bool |
public Ask ( SelectableSource source, TextWriter output ) : void | ||
source | SelectableSource | |
output | TextWriter | |
return | void |
public Construct ( SelectableSource source, StatementSink sink ) : void | ||
source | SelectableSource | |
sink | StatementSink | |
return | void |
public Construct ( SelectableSource source, TextWriter output ) : void | ||
source | SelectableSource | |
output | TextWriter | |
return | void |
public Describe ( SelectableSource source, StatementSink sink ) : void | ||
source | SelectableSource | |
sink | StatementSink | |
return | void |
public Describe ( SelectableSource source, TextWriter output ) : void | ||
source | SelectableSource | |
output | TextWriter | |
return | void |
public GetQueryPrefixes ( ) : NamespaceManager | ||
return | NamespaceManager |
public Run ( SelectableSource source, QueryResultSink resultsink ) : void | ||
source | SelectableSource | |
resultsink | QueryResultSink | |
return | void |
public Run ( SelectableSource source, TextWriter output ) : void | ||
source | SelectableSource | |
output | TextWriter | |
return | void |
public Select ( SelectableSource source, QueryResultSink sink ) : void | ||
source | SelectableSource | |
sink | QueryResultSink | |
return | void |
public Select ( SelectableSource source, TextWriter output ) : void | ||
source | SelectableSource | |
output | TextWriter | |
return | void |
public WriteGraph ( RdfGraph graph, RdfSourceWrapper sourcewrapper, StatementSink sink ) : void | ||
graph | RdfGraph | |
sourcewrapper | RdfSourceWrapper | |
sink | StatementSink | |
return | void |