API Reference | Autodesk FDO Provider for Oracle |
FdoOracleOvPhysicalSchemaMapping Class Reference
#include <OracleOvPhysicalSchemaMapping.h>
Inherits FdoRdbmsOvPhysicalSchemaMapping.
Inheritance diagram for FdoOracleOvPhysicalSchemaMapping:
Detailed Description
Concrete class offering schema overrides for the Oracle Provider.
Definition at line 39 of file OracleOvPhysicalSchemaMapping.h.
Public Member Functions | |
FDOORACLE_OV_API FdoOracleOvClassCollection * | GetClasses () |
Gets the classes. | |
FDOORACLE_OV_API FdoString * | GetDatabase () |
Gets the database. | |
FDOORACLE_OV_API FdoString * | GetOwner () |
Gets the owner. | |
virtual FDOORACLE_OV_API FdoString * | GetProvider (void) |
Gets the provider name. | |
FDOORACLE_OV_API FdoString * | GetTablespace () |
Gets the tablespace. | |
FDOORACLE_OV_API void | SetDatabase (FdoString *database) |
Sets the database. | |
FDOORACLE_OV_API void | SetOwner (FdoString *owner) |
Sets the owner. | |
FDOORACLE_OV_API void | SetTablespace (FdoString *tablespace) |
Sets the tablespace. | |
Static Public Member Functions | |
static FDOORACLE_OV_API FdoOracleOvPhysicalSchemaMapping * | Create (FdoString *name) |
Constructs an instance of an FdoOracleOvPhysicalSchemaMapping using the specified arguments. | |
static FDOORACLE_OV_API FdoOracleOvPhysicalSchemaMapping * | Create () |
Constructs a default of an FdoOracleOvPhysicalSchemaMapping. | |
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 () |
FdoOracleOvPhysicalSchemaMapping (FdoString *name) | |
FdoOracleOvPhysicalSchemaMapping () | |
virtual | ~FdoOracleOvPhysicalSchemaMapping () |
The documentation for this class was generated from the following file:
Comments? |