| API Reference | OSGeo FDO Provider for ODBC |
#include <SqlServerOvObjectPropertyDefinition.h>
Inherits FdoRdbmsOvObjectPropertyDefinition, and FdoSqlServerOvPropertyDefinition.
Inheritance diagram for FdoSqlServerOvObjectPropertyDefinition:
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 | |
| FDOSQLSERVER_OV_API FdoSqlServerOvObjectPropertyDefinition * | Create (FdoString *name) |
| Constructs an instance of an FdoSqlServerOvObjectPropertyDefinition using the specified arguments. | |
| 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 () |
|
|
|
|
|
|
|
|
|
|
|
Constructs an instance of an FdoSqlServerOvObjectPropertyDefinition using the specified arguments.
|
|
|
Constructs a default of an FdoSqlServerOvObjectPropertyDefinition.
|
|
|
Create and optionally attach a Class table property mapping.
Reimplemented from FdoRdbmsOvObjectPropertyDefinition. |
|
|
Create and optionally attach a Concrete table property mapping.
Reimplemented from FdoRdbmsOvObjectPropertyDefinition. |
|
|
Create and optionally attach a Single table property mapping.
Reimplemented from FdoRdbmsOvObjectPropertyDefinition. |
|
|
Reimplemented from FdoSqlServerOvPropertyDefinition. |
|
|
Gets the mapping definition.
Reimplemented from FdoRdbmsOvObjectPropertyDefinition. |
|
|
Sets the mapping definition.
|
| Comments? |