SparqlConnector Methods |
The SparqlConnector type exposes the following members.
Name | Description | |
---|---|---|
DeleteGraph(String) |
Throws an exception as this connector provides a read-only connection.
| |
DeleteGraph(Uri) |
Throws an exception as this connector provides a read-only connection.
| |
Dispose |
Disposes of the Connection.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ListGraphs |
Lists the Graphs in the Store.
| |
LoadGraph(IGraph, String) |
Loads a Graph from the SPARQL Endpoint.
| |
LoadGraph(IGraph, Uri) |
Loads a Graph from the SPARQL Endpoint.
| |
LoadGraph(IRdfHandler, String) |
Loads a Graph from the SPARQL Endpoint.
| |
LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the SPARQL Endpoint.
| |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Query(String) |
Makes a Query against the SPARQL Endpoint.
| |
Query(IRdfHandler, ISparqlResultsHandler, String) |
Makes a Query against the SPARQL Endpoint processing the results with an appropriate handler from those provided.
| |
SaveGraph |
Throws an error since this Manager is read-only.
| |
SerializeConfiguration |
Serializes the connection's configuration.
| |
ToString |
Gets a String which gives details of the Connection.
(Overrides ObjectToString.) | |
UpdateGraph(String, IEnumerableTriple, IEnumerableTriple) |
Throws an error since this Manager is read-only.
| |
UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple) |
Throws an error since this Manager is read-only.
|