dotNetRDF API Documentation

IUpdateableGenericIOManager Interface

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

[Obsolete(Message=""This interface is now a synonym for the IUpdateableStorage interface and remains " + "in the API for backwards compatibility with existing code. Please update your c" + "ode to use IUpdateableStorage instead"", IsError=False)]
public interface IUpdateableGenericIOManager : IQueryableGenericIOManager, IGenericIOManager, IStorageProvider, IStorageCapabilities, IDisposable, IQueryableStorage, IUpdateableStorage

Types that implement IUpdateableGenericIOManager

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

Remarks

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 user

Requirements

Namespace: VDS.RDF.Storage

Assembly: dotNetRDF (in dotNetRDF.dll)

See Also

VDS.RDF.Storage Namespace