| Name | Description |
---|
| DeleteGraph(String) |
Deletes a Graph from the Store.
(Overrides BaseAsyncSafeConnectorDeleteGraph(String).) |
| DeleteGraph(Uri) |
Deletes a Graph from the Store.
(Overrides BaseAsyncSafeConnectorDeleteGraph(Uri).) |
| DeleteGraph(String, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
(Inherited from BaseAsyncSafeConnector.) |
| DeleteGraph(Uri, AsyncStorageCallback, Object) |
Deletes a Graph from the Store.
(Inherited from BaseAsyncSafeConnector.) |
| Dispose |
Disposes of the Manager.
(Overrides BaseAsyncSafeConnectorDispose.) |
| 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 URIs of Graphs in the Store.
(Overrides BaseAsyncSafeConnectorListGraphs.) |
| ListGraphs(AsyncStorageCallback, Object) |
Lists the Graphs in the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
| LoadGraph(IGraph, String) |
Loads a Graph from the Store.
(Overrides BaseAsyncSafeConnectorLoadGraph(IGraph, String).) |
| LoadGraph(IGraph, Uri) |
Loads a Graph from the Store.
(Overrides BaseAsyncSafeConnectorLoadGraph(IGraph, Uri).) |
| LoadGraph(IRdfHandler, String) |
Loads a Graph from the Store.
(Overrides BaseAsyncSafeConnectorLoadGraph(IRdfHandler, String).) |
| LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the Store.
(Overrides BaseAsyncSafeConnectorLoadGraph(IRdfHandler, Uri).) |
| LoadGraph(IGraph, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
| LoadGraph(IGraph, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
| LoadGraph(IRdfHandler, String, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
| LoadGraph(IRdfHandler, Uri, AsyncStorageCallback, Object) |
Loads a Graph from the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
| Query(String) |
Makes a SPARQL Query against the Store.
|
| Query(String, AsyncStorageCallback, Object) |
Queries the store asynchronously.
|
| Query(IRdfHandler, ISparqlResultsHandler, String) |
Makes a SPARQL Query against the Store processing the results with the appropriate processor from those given.
|
| Query(IRdfHandler, ISparqlResultsHandler, String, AsyncStorageCallback, Object) |
Queries the store asynchronously.
|
| SaveGraph(IGraph) |
Saves a Graph to the Store.
(Overrides BaseAsyncSafeConnectorSaveGraph(IGraph).) |
| SaveGraph(IGraph, AsyncStorageCallback, Object) |
Saves a Graph to the Store asynchronously.
(Inherited from BaseAsyncSafeConnector.) |
| SerializeConfiguration |
Serializes the Configuration of the Manager.
|
| ToString |
Gets a String representation of the Manager.
(Overrides ObjectToString.) |
| Update(String) |
Applies SPARQL Updates to the Store.
|
| Update(String, AsyncStorageCallback, Object) |
Updates the store asynchronously.
|
| UpdateGraph(String, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
(Overrides BaseAsyncSafeConnectorUpdateGraph(String, IEnumerableTriple, IEnumerableTriple).) |
| UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
(Overrides BaseAsyncSafeConnectorUpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple).) |
| UpdateGraph(String, IEnumerableTriple, IEnumerableTriple, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
(Inherited from BaseAsyncSafeConnector.) |
| UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple, AsyncStorageCallback, Object) |
Updates a Graph in the Store asychronously.
(Inherited from BaseAsyncSafeConnector.) |