API Reference | Autodesk FDO Provider for Oracle |
FdoPostGISOvPhysicalSchemaMapping Class Reference
#include <PostGisOvPhysicalSchemaMapping.h>
Inherits FdoRdbmsOvPhysicalSchemaMapping.
Inheritance diagram for FdoPostGISOvPhysicalSchemaMapping:
Detailed Description
Concrete class offering physical schema mapping overrides. This class is used in PostGIS schema overrides.
Definition at line 28 of file PostGisOvPhysicalSchemaMapping.h.
Public Member Functions | |
FDOPOSTGIS_OV_API FdoPostGISOvClassCollection * | GetClasses () |
Gets the classes. | |
FDOPOSTGIS_OV_API FdoString * | GetOwner () |
Gets the owner. | |
virtual FDOPOSTGIS_OV_API FdoString * | GetProvider (void) |
Gets the provider name. | |
FDOPOSTGIS_OV_API void | SetOwner (FdoString *owner) |
Sets the owner. | |
Static Public Member Functions | |
static FDOPOSTGIS_OV_API FdoPostGISOvPhysicalSchemaMapping * | Create (FdoString *name) |
Constructs an instance of an FdoPostGISOvPhysicalSchemaMapping using the specified arguments. | |
static FDOPOSTGIS_OV_API FdoPostGISOvPhysicalSchemaMapping * | Create () |
Constructs a default of an FdoPostGISOvPhysicalSchemaMapping. | |
Protected Member Functions | |
virtual void | AddClass (FdoRdbmsOvClassDefinition *classDef) |
Add the given class override to this schema override set. | |
virtual FdoRdbmsOvClassDefinition * | CreateClass (FdoXmlSaxContext *saxContext, FdoXmlAttributeCollection *atts) |
Create a class override from XML attributes. | |
virtual void | Dispose () |
FdoPostGISOvPhysicalSchemaMapping (FdoString *name) | |
FdoPostGISOvPhysicalSchemaMapping () | |
void | Init () |
common initializer for all constructors: | |
virtual | ~FdoPostGISOvPhysicalSchemaMapping () |
The documentation for this class was generated from the following file:
Comments? |