.NET API Reference | OSGeo FDO Provider for MySQL |
OvDataPropertyDefinition Class Reference
#include <mgOvDataPropertyDefinition.h>
Detailed Description
summary>Concrete class defining physical schema overrides for a data property definition.summary>Abstract class defining physical schema overrides for a data property definition.
Definition at line 29 of file mgOvDataPropertyDefinition.h.
Public Member Functions | |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvColumn * | get_Column () |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvColumn * | get_Column () |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvColumn * | get_Column () |
Gets the column override. | |
OvDataPropertyDefinition (System::String *name) | |
OvDataPropertyDefinition () | |
Constructs a default of an FdoSqlServerOvDataPropertyDefinition. | |
OvDataPropertyDefinition (System::String *name) | |
OvDataPropertyDefinition () | |
Constructs a default of an OvDataPropertyDefinition. | |
__property System::Void | set_Column (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_SQLSERVERSPATIAL::OvColumn *column) |
__property System::Void | set_Column (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvColumn *column) |
Protected Member Functions | |
OvDataPropertyDefinition (System::IntPtr unmanaged, System::Boolean autoDelete) |
The documentation for this class was generated from the following files:
- mgOvDataPropertyDefinition.h
- MySQL/mgOvDataPropertyDefinition.h
- SQLServerSpatial/mgOvDataPropertyDefinition.h
Comments? |