FDO API Reference Feature Data Objects

mgIDescribeSchema.h File Reference

Include dependency graph for mgIDescribeSchema.h:

This graph shows which files directly or indirectly include this file:


Functions

NAMESPACE_OSGEO_FDO_SCHEMA::FeatureSchemaCollection * Execute ()
 Executes the DescribeSchema command and returns a FdoFeatureSchemaCollection. If a schema name is given that has references to another schema, the dependent schemas will be returned as well. If the specified schema name does not exist, the Execute method throws an exception.
__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 all schemas.

Variables

END_NAMESPACE_OSGEO_FDO_SCHEMA
BEGIN_NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA
public __gc __interface 
IDescribeSchema
 The FdoIDescribeSchema interface defines the DescribeSchema command, which describes the feature schemas available from the connection. The DescribeSchema command can describe a single schema or all schemas available from the connection. The Execute operation returns an FdoFeatureSchemaCollection object.

Comments or suggestions? Send us feedback.