API Reference | OSGeo FDO Provider for ODBC |
FdoSqlServerOvObjectPropertyDefinition Class Reference
#include <SqlServerOvObjectPropertyDefinition.h>
Inherits FdoRdbmsOvObjectPropertyDefinition, and FdoSqlServerOvPropertyDefinition.
Inheritance diagram for FdoSqlServerOvObjectPropertyDefinition:
Detailed Description
Concrete class defining physical schema overrides for an object property definition.
Definition at line 31 of file SqlServerOvObjectPropertyDefinition.h.
Public Member Functions | |
FDOSQLSERVER_OV_API FdoSqlServerOvPropertyMappingDefinition * | GetMappingDefinition () |
Gets the mapping definition. | |
FDOSQLSERVER_OV_API void | SetMappingDefinition (FdoSqlServerOvPropertyMappingDefinition *propertyMappingDefinition) |
Sets the mapping definition. | |
Static Public Member Functions | |
static FDOSQLSERVER_OV_API FdoSqlServerOvObjectPropertyDefinition * | Create (FdoString *name) |
Constructs an instance of an FdoSqlServerOvObjectPropertyDefinition using the specified arguments. | |
static FDOSQLSERVER_OV_API FdoSqlServerOvObjectPropertyDefinition * | Create () |
Constructs a default of an FdoSqlServerOvObjectPropertyDefinition. | |
Protected Member Functions | |
virtual FdoRdbmsOvPropertyMappingClass * | CreateClassMapping (bool attach) |
Create and optionally attach a Class table property mapping. | |
virtual FdoRdbmsOvPropertyMappingConcrete * | CreateConcreteMapping (bool attach) |
Create and optionally attach a Concrete table property mapping. | |
virtual FdoRdbmsOvPropertyMappingSingle * | CreateSingleMapping (bool attach) |
Create and optionally attach a Single table property mapping. | |
virtual void | Dispose () |
FdoSqlServerOvObjectPropertyDefinition (FdoString *name) | |
FdoSqlServerOvObjectPropertyDefinition () | |
virtual | ~FdoSqlServerOvObjectPropertyDefinition () |
The documentation for this class was generated from the following file:
Comments? |