| FDO API Reference | Feature Data Objects |
#include <ConnectionManager.h>
Inherits IConnectionManager.
Inheritance diagram for FdoConnectionManager:
Definition at line 50 of file ConnectionManager.h.
Public Member Functions | |
| virtual FDO_API FdoIConnection * | CreateConnection (const wchar_t *providerName) |
| Creates an unitialized connection object given the provider name | |
| virtual FDO_API void | FreeLibrary (const wchar_t *providerName) |
| Frees a connection library reference given the provider name. | |
Protected Member Functions | |
| virtual void | Dispose () |
| Dispose this object. | |
| FdoConnectionManager () | |
| Constructs a default instance of a FdoProviderRegistry object. | |
| virtual | ~FdoConnectionManager () |
| Default destructor for FdoProviderRegistry object. | |
Friends | |
| class | FdoFeatureAccessManager |
| Instances of interface FdoFeatureAccessManager are responsible for the lifespan of FdoConnectionManager. | |
|
|
Constructs a default instance of a FdoProviderRegistry object.
|
|
|
Default destructor for FdoProviderRegistry object.
|
|
|
Creates an unitialized connection object given the provider name
Implements IConnectionManager. |
|
|
Dispose this object.
Implements FdoIDisposable. |
|
|
Frees a connection library reference given the provider name.
Implements IConnectionManager. |
|
|
Instances of interface FdoFeatureAccessManager are responsible for the lifespan of FdoConnectionManager.
Definition at line 56 of file ConnectionManager.h. |
| Comments or suggestions? Send us feedback. |