FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

OSGeo::FDO::Commands::Schema::OSGeo::FDO::Commands::Schema Namespace Reference


Classes

interface  OSGeo::FDO::Commands::Schema::OSGeo::FDO::Commands::Schema::IApplySchema
 The IApplySchema interface defines the ApplySchema command, which creates or updates a feature schema within the DataStore. Input to the ApplySchema command is the feature schema instance to be created or updated. Optionally, a provider-specific IPhysicalSchemaMapping interface can be specified that can be used to control how the feature schema elements are mapped into physical storage. More...
interface  OSGeo::FDO::Commands::Schema::OSGeo::FDO::Commands::Schema::IDescribeSchema
 The IDescribeSchema 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 FeatureSchemaCollection object. More...
interface  OSGeo::FDO::Commands::Schema::OSGeo::FDO::Commands::Schema::IDescribeSchemaMapping
 The IDescribeSchemaMapping 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 PhysicalSchemaMappingCollection object. More...
interface  OSGeo::FDO::Commands::Schema::OSGeo::FDO::Commands::Schema::IDestroySchema
 The IDestroySchema interface defines the DestroySchema command, which destroys a schema definition, including all class definitions, relationship definitions, and instance data within it. If elements in other schemas refer to the schema to be destroyed command, execution will fail. Input to the delete schema command is the name of the schema to be destroyed. More...
interface  OSGeo::FDO::Commands::Schema::OSGeo::FDO::Commands::Schema::IPhysicalElementMapping
 IPhysicalElementMapping is an abstract interface that acts as a base interface for all Physical Schema Mapping Override classes. FDO also provides a number of sub-classes for particular types of Provider-specific override classes:. More...
interface  OSGeo::FDO::Commands::Schema::OSGeo::FDO::Commands::Schema::IPhysicalPropertyMapping
 IPhysicalPropertyMapping is an abstract interface that acts as a base interface for all Physical Schema Mapping property overrides. More...

Comments or suggestions? Send us feedback.