QueryableReadOnlyConnector Methods |
The QueryableReadOnlyConnector type exposes the following members.
Name | Description | |
---|---|---|
DeleteGraph(String) |
Throws an exception as you cannot delete a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.) | |
DeleteGraph(Uri) |
Throws an exception as you cannot delete a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.) | |
Dispose |
Disposes of the Store.
(Inherited from ReadOnlyConnector.) | |
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.
(Overrides ReadOnlyConnectorListGraphs.) | |
LoadGraph(IGraph, String) |
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.) | |
LoadGraph(IGraph, Uri) |
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.) | |
LoadGraph(IRdfHandler, String) |
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.) | |
LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the underlying Store.
(Inherited from ReadOnlyConnector.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Query(String) |
Executes a SPARQL Query on the underlying Store.
| |
Query(IRdfHandler, ISparqlResultsHandler, String) |
Executes a SPARQL Query on the underlying Store processing the results with an appropriate handler from those provided.
| |
SaveGraph |
Throws an exception since you cannot save a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.) | |
SerializeConfiguration |
Serializes the Configuration of the Manager.
(Inherited from ReadOnlyConnector.) | |
ToString |
Gets the String representation of the Manager.
(Inherited from ReadOnlyConnector.) | |
UpdateGraph(String, IEnumerableTriple, IEnumerableTriple) |
Throws an exception since you cannot update a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.) | |
UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple) |
Throws an exception since you cannot update a Graph using a read-only connection.
(Inherited from ReadOnlyConnector.) |