API Reference | OSGeo FDO Provider for ODBC |
#include <OdbcOvPhysicalSchemaMapping.h>
Inherits FdoRdbmsOvPhysicalSchemaMapping.
Inheritance diagram for FdoOdbcOvPhysicalSchemaMapping:
Definition at line 27 of file OdbcOvPhysicalSchemaMapping.h.
Public Member Functions | |
virtual void | _writeXmlAttributes (FdoXmlWriter *xmlWriter, const FdoXmlFlags *flags) |
DOXYGEN-IGNORE XML Serialization functions, not part of API. Serialize this property to XML. | |
FDOODBC_OV_API FdoOdbcOvClassCollection * | GetClasses () |
Gets the classes. | |
virtual FDOODBC_OV_API FdoString * | GetProvider (void) |
Gets the provider name. | |
virtual void | InitFromXml (FdoXmlSaxContext *pContext, FdoXmlAttributeCollection *attrs) |
Initialize this element from its XML attributes. | |
Static Public Member Functions | |
FDOODBC_OV_API FdoOdbcOvPhysicalSchemaMapping * | Create (FdoString *name) |
Constructs an instance of an FdoOdbcOvPhysicalSchemaMapping using the specified arguments. | |
FDOODBC_OV_API FdoOdbcOvPhysicalSchemaMapping * | Create () |
Constructs a default of an FdoOdbcOvPhysicalSchemaMapping. | |
Protected Member Functions | |
virtual void | AddClass (FdoRdbmsOvClassDefinition *pClass) |
Add the given class override to this schema override set. | |
virtual FdoRdbmsOvClassDefinition * | CreateClass (FdoXmlSaxContext *context, FdoXmlAttributeCollection *atts) |
Create a class override from XML attributes. | |
virtual void | Dispose () |
FdoOdbcOvPhysicalSchemaMapping (FdoString *name) | |
FdoOdbcOvPhysicalSchemaMapping () | |
| |
void | Init () |
Common initializer for all constructors:. | |
virtual | ~FdoOdbcOvPhysicalSchemaMapping () |
|
|
|
|
|
|
|
DOXYGEN-IGNORE XML Serialization functions, not part of API. Serialize this property to XML.
Reimplemented from FdoRdbmsOvPhysicalSchemaMapping. |
|
Add the given class override to this schema override set.
Reimplemented from FdoRdbmsOvPhysicalSchemaMapping. |
|
Constructs an instance of an FdoOdbcOvPhysicalSchemaMapping using the specified arguments.
|
|
Constructs a default of an FdoOdbcOvPhysicalSchemaMapping.
|
|
Create a class override from XML attributes.
Reimplemented from FdoRdbmsOvPhysicalSchemaMapping. |
|
|
|
Gets the classes.
Reimplemented from FdoRdbmsOvPhysicalSchemaMapping. |
|
Gets the provider name.
|
|
Common initializer for all constructors:.
|
|
Initialize this element from its XML attributes.
Reimplemented from FdoRdbmsOvPhysicalSchemaMapping. |
Comments? |