FDO .NET API Reference |
Feature Data Objects |
OSGeo::FDO::OSGeo::FDO::IConnectionManager Interface Reference
[OSGeo::FDO]
Inherited by OSGeo::FDO::ClientServices::ConnectionManager, and OSGeo::FDO::IConnectionManagerImp.
Inheritance diagram for OSGeo::FDO::OSGeo::FDO::IConnectionManager:
[legend]
Detailed Description
The IConnectionManager interface supports dynamic creation of connection objects given a provider name.
- Remarks:
- In order for dynamic creation to work, each dynamic link library, shared library, or assembly that implements a provider must supply a well-defined entry point function that takes as input a provider name and returns an FdoIConnection instance. The definition of the entry point function is language- and platform-dependent. For this release of FDO, the windows libraries supporting FDO providers will be expected to support the following well-known entry point function, which will create and return an unitialized connection object:
FdoIConnection * CreateConnection();
Comments or suggestions? Send us feedback. |