FDO API Reference Feature Data Objects

IDescribeSchemaMappingImp Class Reference

List of all members.

Detailed Description

The FdoIDescribeSchemaMapping interface defines the DescribeSchemaMapping command, which describes the logical to physical schema mappings for feature schemas available from the connection. The DescribeSchemaMapping command can describe the mappings for a single schema or all schemas available from the connection. The Execute operation returns an FdoPhysicalSchemaMappingCollection object.


Public Member Functions

System::Void Dispose ()
NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalSchemaMappingCollection * Execute ()
 Executes the DescribeSchemaMapping command and returns a FdoPhysicalSchemaMappingCollection. If the specified schema name does not exist, the Execute method throws an exception.
__property System::Boolean get_IncludeDefaults ()
 Gets the current "include default mappings" setting.
__property System::String * get_SchemaName ()
 Gets the name of the schema for which to describe schema mappings.
__property System::Void set_IncludeDefaults (System::Boolean includeDefaults)
 Sets the "include default mappings" setting.
__property System::Void set_SchemaName (System::String *value)
 Sets the name of the schema to describe. This function is optional; if not specified, execution of the command will describe the mappings for all schemas.

Comments or suggestions? Send us feedback.