FDO API Reference Feature Data Objects

IConnectionInfoImp Class Reference

List of all members.

Detailed Description

The FdoIConnectionInfo interface exposes information about the feature provider and provides access to the FdoIConnectionPropertyDictionary interface.


Public Member Functions

__property NAMESPACE_OSGEO_FDO_CONNECTIONS::IConnectionPropertyDictionaryget_ConnectionProperties ()
 Gets the FdoIConnectionPropertyDictionary interface that can be used to dynamically query and set the properties required to establish a connection.
__property NAMESPACE_OSGEO_COMMON::StringCollection * get_DependentFileNames ()
 File-based providers depend on a various files. This function returns a list of fully qualified dependend file names. The return parameter will be NULL if the provider is not a file-based provider.
__property System::String * get_FeatureDataObjectsVersion ()
 Gets the version of the Feature Data Objects specification to which this provider conforms.
__property NAMESPACE_OSGEO_FDO_CONNECTIONS::ProviderDatastoreType get_ProviderDatastoreType ()
 Returns the provider type. A provider can be a file-based, database-based or web-based provider. The valid values the function may return are defined in the enumeration FdoProviderDatastoreType. The enumeration includes the following values: FdoProviderDatastoreType_Unknown, FdoProviderDatastoreType_File, FdoProviderDatastoreType_DatabaseServer, FdoProviderDatastoreType_WebServer.
__property System::String * get_ProviderDescription ()
 Gets the description of the feature provider.
__property System::String * get_ProviderDisplayName ()
 Gets the display name of the feature provider.
__property System::String * get_ProviderName ()
 Gets the name of the feature provider.
__property System::String * get_ProviderVersion ()
 Gets the version of the feature provider.

Protected Member Functions

System::Void ReleaseUnmanagedObject ()

Comments or suggestions? Send us feedback.