| API Reference | OSGeo FDO Provider for MySQL |
#include <MySqlOvObjectPropertyDefinition.h>
Inherits FdoRdbmsOvObjectPropertyDefinition, and FdoMySQLOvPropertyDefinition.
Inheritance diagram for FdoMySQLOvObjectPropertyDefinition:
Definition at line 31 of file MySqlOvObjectPropertyDefinition.h.
Public Member Functions | |
| FDOMYSQL_OV_API FdoMySQLOvPropertyMappingDefinition * | GetMappingDefinition () |
| Gets the mapping definition. | |
| FDOMYSQL_OV_API void | SetMappingDefinition (FdoMySQLOvPropertyMappingDefinition *propertyMappingDefinition) |
| Sets the mapping definition. | |
Static Public Member Functions | |
| FDOMYSQL_OV_API FdoMySQLOvObjectPropertyDefinition * | Create (FdoString *name) |
| Constructs an instance of an FdoMySQLOvObjectPropertyDefinition using the specified arguments. | |
| FDOMYSQL_OV_API FdoMySQLOvObjectPropertyDefinition * | Create () |
| Constructs a default of an FdoMySQLOvObjectPropertyDefinition. | |
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 () |
| FdoMySQLOvObjectPropertyDefinition (FdoString *name) | |
| FdoMySQLOvObjectPropertyDefinition () | |
| virtual | ~FdoMySQLOvObjectPropertyDefinition () |
|
|
|
|
|
|
|
|
|
|
|
Constructs an instance of an FdoMySQLOvObjectPropertyDefinition using the specified arguments.
|
|
|
Constructs a default of an FdoMySQLOvObjectPropertyDefinition.
|
|
|
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 FdoMySQLOvPropertyDefinition. |
|
|
Gets the mapping definition.
Reimplemented from FdoRdbmsOvObjectPropertyDefinition. |
|
|
Sets the mapping definition.
|
| Comments? |