NOTE: This interface is now obsolete.
This interface is now a synonym for the IUpdateableStorage interface and remains in the API for backwards compatibility with existing code. Please update your code to use IUpdateableStorage instead
Interface for classes which provide SPARQL Update functionality to some arbitrary Store in addition to Read/Write functionality
| Type | Description |
|---|---|
| AzureAdoManager | Obsolete. An implementation of an ADO Store Manager for use with SQL Azure |
| BaseAdoSqlClientStore | Obsolete. Abstract Base implementation of the ADO Store for stores that are accessed using the System.Data.SqlClient API |
| BaseAdoStore(TConn,TCommand,TParameter,TAdapter,TException) | Obsolete. Abstract Base implementation of the ADO Store |
| DydraConnector | Class for connecting to repositories hosted on Dydra |
| FourStoreConnector | Class for connecting to 4store |
| FusekiConnector | Class for connecting to any dataset that can be exposed via Fuseki |
| InMemoryManager | Provides a wrapper around an in-memory store |
| JosekiConnector | Obsolete. Class for connecting to any dataset that can be exposed by Joseki (i.e. any existing Jena model) |
| MicrosoftAdoManager | Obsolete. Implementation of the ADO Store against Microsoft SQL Server |
| SesameHttpProtocolConnector | Connector for connecting to a Store that supports the Sesame 2.0 HTTP Communication protocol |
| SesameHttpProtocolVersion6Connector | Connector for connecting to a Store that supports the Sesame 2.0 HTTP Communication Protocol version 6 (i.e. includes SPARQL Update support) |
| VirtuosoManager | A Manager for accessing the Native Virtuoso Quad Store |
Note: This is now a synonym for the more descriptive IUpdateableStorage interface and will be removed in future releases.
Designed to allow for arbitrary Triple Stores to be plugged into the library as required by the end userNamespace: VDS.RDF.Storage
Assembly: dotNetRDF (in dotNetRDF.dll)