FDO API Reference Feature Data Objects

FdoPhysicalSchemaMappingCollection Class Reference

#include <PhysicalSchemaMappingCollection.h>

Inherits FdoCollection< FdoPhysicalSchemaMapping, FdoCommandException >, FdoXmlDeserializable, and FdoXmlSerializable.

Inheritance diagram for FdoPhysicalSchemaMappingCollection:

Inheritance graph
[legend]
List of all members.

Detailed Description

FdoPhysicalSchemaMappingCollection defines a collection of Schema Override sets. This is a generic collection which can contain override sets for different FDO Providers.

Definition at line 40 of file PhysicalSchemaMappingCollection.h.


Public Member Functions

FDO_API FdoPhysicalSchemaMappingGetItem (FdoIConnection *connection, FdoString *schemaName)
 Gets the Schema Override set for the specified Feature Schema and the FDO provider for the specified connection. This function allows an application to retrieve the Schema Overrides for an active provider without knowing the provider name.
FDO_API FdoPhysicalSchemaMappingGetItem (FdoString *providerName, FdoString *schemaName)
 Gets the Schema Override set for the specified FDO provider and Feature Schema.
FDO_API FdoPhysicalSchemaMappingGetItem (FdoInt32 item)
 Gets the Schema Override set in the collection at the specified index. Throws an invalid argument exception if the index is out of range.
virtual FDO_API FdoXmlSaxContextGetSaxContext ()
 Gets the SAX context to pass to the FdoXmlSaxHandler callbacks. Classes derived from FdoXmlDeserializable can override this function to specify a SAX context with class-specific information.
virtual FDO_API void XmlEndDocument (FdoXmlSaxContext *context)
virtual FDO_API FdoXmlSaxHandlerXmlStartElement (FdoXmlSaxContext *context, FdoString *uri, FdoString *name, FdoString *qname, FdoXmlAttributeCollection *atts)
 Default Sax callback that is called when the FdoXmlReader reads the start tag for an XML element in the document. Does nothing.

Static Public Member Functions

static FDO_API FdoPhysicalSchemaMappingCollectionCreate ()
 Constructs an instance of an FdoPhysicalSchemaMappingCollection .

Protected Member Functions

virtual FDO_API void _writeXml (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags)
 FdoXmlSerializable override that serializes a Feature Schema collection to XML.
virtual FDO_API void Dispose ()
 Dispose this object.
FDO_API FdoPhysicalSchemaMappingCollection ()
virtual FDO_API ~FdoPhysicalSchemaMappingCollection ()

The documentation for this class was generated from the following file:
Comments or suggestions? Send us feedback.