.NET API Reference | OSGeo FDO Provider for ODBC |
#include <mgOvClassDefinition.h>
Public Member Functions | |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::OvPropertyDefinitionCollection * | get_Properties () |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvReadOnlyPropertyDefinitionCollection * | get_Properties () |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::OvTable * | get_Table () |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvTable * | get_Table () |
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvTableMappingType | get_TableMapping () |
OvClassDefinition (System::String *name) | |
OvClassDefinition () | |
__property System::Void | set_Parent (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *value) |
__property System::Void | set_Table (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_ODBC::OvTable *table) |
__property System::Void | set_TableMapping (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvTableMappingType mappingType) |
System::Void | WriteXmlAttributes (NAMESPACE_OSGEO_COMMON_XML::XmlWriter *xmlWriter, NAMESPACE_OSGEO_FDO_XML::XmlFlags *flags) |
Protected Member Functions | |
OvClassDefinition (System::IntPtr unmanaged, System::Boolean autoDelete) |
|
|
|
summary>Constructs an instance of an FdoOdbcOvClassDefinition using the specified arguments</summary> <param name="name">Input name</param> <returns>Returns FdoOdbcOvClassDefinition</returns> |
|
summary>Gets a collection of Odbc property overrides</summary> <returns>Returns the collection of Odbc property overrides</returns> |
|
summary>Gets the Odbc table override for this class override</summary> <returns>Returns FdoOdbcOvTable</returns> |
|
summary>Gets the table overrides for this class override</summary> <returns>Returns OvTable</returns> |
|
summary>Sets the Odbc table override for this class override</summary> <param name="name">Input Odbc table override</param> <returns>Returns nothing</returns> |
|
summary>Gets the table mapping</summary> returns>Returns OvTableMappingType</returns> |
|
summary>Sets the table mapping</summary> <param name="mappingType">Input the mapping type</param> returns>Returns nothing</returns> |
|
|
|
|
|
|
|
|
Comments? |