FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Connections::OSGeo::FDO::Connections Namespace Reference


Classes

interface  OSGeo::FDO::Connections::OSGeo::FDO::Connections::IConnection
 The IConnection interface enables a feature provider to implement a connection class, which represents a unique session with a data store. More...
interface  OSGeo::FDO::Connections::OSGeo::FDO::Connections::IConnectionInfo
 The IConnectionInfo interface exposes information about the feature provider and provides access to the IConnectionPropertyDictionary interface. More...
interface  OSGeo::FDO::Connections::OSGeo::FDO::Connections::IConnectionPropertyDictionary
 The IConnectionPropertyDictionary exposes a dictionary style interface to the connection properties. The properties required to establish a connection can be determined and their values can be set through this interface. Modifying connection properties through this interface dynamically modifies the connection string held by the connection object. When the connection is in an open state, calling SetProperty on this interface will result in an error. More...
interface  OSGeo::FDO::Connections::OSGeo::FDO::Connections::ITransaction
 The ITransaction interface represents a transaction to be performed in a DataStore, and is implemented by feature providers that support transactions. More...

Comments or suggestions? Send us feedback.