IUpdateableStorage Interface |
Namespace: VDS.RDF.Storage
The IUpdateableStorage type exposes the following members.
| Name | Description | |
|---|---|---|
| DeleteSupported |
Gets whether the deletion of graphs is supported.
(Inherited from IStorageCapabilities.) | |
| IOBehaviour |
Gets the Save Behaviour the Store uses.
(Inherited from IStorageCapabilities.) | |
| IsReadOnly |
Gets whether the connection with the underlying Store is read-only.
(Inherited from IStorageCapabilities.) | |
| IsReady |
Gets whether the connection with the underlying Store is ready for use.
(Inherited from IStorageCapabilities.) | |
| ListGraphsSupported |
Gets whether the Store supports Listing Graphs.
(Inherited from IStorageCapabilities.) | |
| ParentServer |
Gets the Parent Server on which this store is hosted (if any).
(Inherited from IStorageProvider.) | |
| UpdateSupported |
Gets whether the triple level updates are supported.
(Inherited from IStorageCapabilities.) |
| Name | Description | |
|---|---|---|
| DeleteGraph(String) |
Deletes a Graph from the Store.
(Inherited from IStorageProvider.) | |
| DeleteGraph(Uri) |
Deletes a Graph from the Store.
(Inherited from IStorageProvider.) | |
| Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
| ListGraphs |
Gets a List of Graph URIs for the graphs in the store.
(Inherited from IStorageProvider.) | |
| LoadGraph(IGraph, String) |
Loads a Graph from the Store.
(Inherited from IStorageProvider.) | |
| LoadGraph(IGraph, Uri) |
Loads a Graph from the Store.
(Inherited from IStorageProvider.) | |
| LoadGraph(IRdfHandler, String) |
Loads a Graph from the Store using the RDF Handler.
(Inherited from IStorageProvider.) | |
| LoadGraph(IRdfHandler, Uri) |
Loads a Graph from the Store using the RDF Handler.
(Inherited from IStorageProvider.) | |
| Query(String) |
Makes a SPARQL Query against the underlying store.
(Inherited from IQueryableStorage.) | |
| Query(IRdfHandler, ISparqlResultsHandler, String) |
Makes a SPARQL Query against the underlying store processing the resulting Graph/Result Set with a handler of your choice.
(Inherited from IQueryableStorage.) | |
| SaveGraph |
Saves a Graph to the Store.
(Inherited from IStorageProvider.) | |
| Update |
Processes a SPARQL Update command against the underlying Store.
| |
| UpdateGraph(String, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
(Inherited from IStorageProvider.) | |
| UpdateGraph(Uri, IEnumerableTriple, IEnumerableTriple) |
Updates a Graph in the Store.
(Inherited from IStorageProvider.) |