mgIApplySchema.h File Reference

Include dependency graph for mgIApplySchema.h:

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


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Commands
namespace  OSGeo::FDO::Commands::Schema
namespace  OSGeo::FDO::Schema

Functions

System::Void OSGeo::FDO::Commands::Schema::Execute ()
 Executes the ApplySchema command that creates metadata and physical storage for the schema. An exception is thrown if the schema already exists or if a schema already exists and the feature provider only supports a single schema. If schema changes include deletion of classes or the schema itself, then those classes (or the schema, if it is marked as deleted) must not contain any instance data. If they do, an exception will be thrown. Implementors must call FeatureSchema::AcceptChanges() when Execute() succeeds. It must be called after the schema has been successfully applied, in order to synchronize the states of the schema elements.
__property System::Boolean OSGeo::FDO::Commands::Schema::get_IgnoreStates ()
 Indicates whether Execute() will ignore element states when applying the feature schema.
__property
OSGeo::FDO::Commands::Schema::PhysicalSchemaMapping
OSGeo::FDO::Commands::Schema::get_PhysicalMapping ()
 Gets the PhysicalSchemaMapping used to specify how the schema definition gets mapped into physical storage.
__property System::Void OSGeo::FDO::Commands::Schema::set_FeatureSchema (OSGeo::FDO::Schema::FeatureSchema *value)
 Sets the name of the schema to create.
__property System::Void OSGeo::FDO::Commands::Schema::set_IgnoreStates (System::Boolean ignoreStates)
 Changes the handling of element states by Execute().
__property System::Void OSGeo::FDO::Commands::Schema::set_PhysicalMapping (OSGeo::FDO::Commands::Schema::PhysicalSchemaMapping *value)
 Sets the PhysicalSchemaMapping used to specify how the schema definition gets mapped into physical storage.

Variables

public __gc __interface OSGeo::FDO::Commands::Schema::IApplySchema