.NET API Reference OSGeo FDO Provider for MySQL
Main Page | Namespace List | Alphabetical List | Class List | File List | Class Members | File Members

OvClassDefinition Class Reference

#include <mgOvClassDefinition.h>

List of all members.


Public Member Functions

__property System::String * get_AutoIncrementPropertyName ()
__property System::Int64 get_AutoIncrementSeed ()
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvPropertyDefinitionCollection * get_Properties ()
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvReadOnlyPropertyDefinitionCollection * get_Properties ()
__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::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_AutoIncrementPropertyName (System::String *autoIncrementPropertyName)
__property System::Void set_AutoIncrementSeed (System::Int64 autoIncrementSeed)
__property System::Void set_Parent (NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *value)
__property System::Void set_Table (NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::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)

Constructor & Destructor Documentation

OvClassDefinition::OvClassDefinition System::IntPtr  unmanaged,
System::Boolean  autoDelete
[protected]
 

OvClassDefinition::OvClassDefinition  ) 
 

summary>Constructs an instance of an OvClassDefinition using the specified arguments</summary> <param name="name">Input name</param> <returns>Returns OvClassDefinition</returns>

OvClassDefinition::OvClassDefinition System::String *  name  ) 
 

summary>Gets a collection of MySQL property overrides</summary> <returns>Returns the collection of MySQL property overrides</returns>


Member Function Documentation

__property System::String* OvClassDefinition::get_AutoIncrementPropertyName  ) 
 

summary>The initial value to use for the first row in the auto-increment column, if any.</summary> <remarks>This override is only valid if the AutoIncrementProperty override is set to a non-empty string. This works only for the following storage engine types: MyISAM, MEMORY as of MySQL 4.1, and InnoDB as of MySQL 5.0.3. This override is ignored on ApplySchema if this table is an existing table in a foreign database. </remarks> <returns>Returns the initial value to use for the first row in the auto-increment column</returns>

__property System::Int64 OvClassDefinition::get_AutoIncrementSeed  ) 
 

summary>Sets the initial value to use for the first row in the auto-increment column, if any</summary> <returns>Returns nothing</returns>

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvPropertyDefinitionCollection* OvClassDefinition::get_Properties  ) 
 

summary>Gets the MySQL table override for this class override</summary> <returns>Returns OvTable</returns>

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvReadOnlyPropertyDefinitionCollection* OvClassDefinition::get_Properties  ) 
 

summary>Gets the table overrides for this class override</summary> <returns>Returns OvTable</returns>

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvTable* OvClassDefinition::get_Table  ) 
 

summary>Sets the MySQL table override for this class override</summary> <param name="name">Input MySQL table override</param> <returns>Returns nothing</returns>

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvTable* OvClassDefinition::get_Table  ) 
 

summary>Gets the table mapping</summary> returns>Returns OvTableMappingType</returns>

__property NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvTableMappingType OvClassDefinition::get_TableMapping  ) 
 

summary>Sets the table mapping</summary> <param name="mappingType">Input the mapping type</param> returns>Returns nothing</returns>

__property System::Void OvClassDefinition::set_AutoIncrementPropertyName System::String *  autoIncrementPropertyName  ) 
 

summary>Gets which FDO property corresponds to the single MySQL auto-increment column</summary> <returns>Returns the FDO property corresponding to the single MySQL auto-increment column, or an empty string if there is no such property</returns>

__property System::Void OvClassDefinition::set_AutoIncrementSeed System::Int64  autoIncrementSeed  ) 
 

__property System::Void OvClassDefinition::set_Parent NAMESPACE_OSGEO_FDO_COMMANDS_SCHEMA::PhysicalElementMapping *  value  ) 
 

__property System::Void OvClassDefinition::set_Table NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE_MYSQL::OvTable *  table  ) 
 

summary>Which FDO property maps to an MySQL auto-increment column, if any.</summary> <remarks>An empty string indicates there is no such column on this class’s table. There can only be at most one auto-increment column per table, it must be indexed, and it cannot have a default value. As of MySQL 3.23, an AutoIncrement column works properly only if it contains only positive values. Inserting a negative number is regarded as inserting a very large positive number. For MyISAM and BDB tables, you can specify an AUTO_INCREMENT secondary column in a multiple-column key. The first value in an AutoIncrement column is always 1 and always increments by 1 for each new value. This override is ignored on ApplySchema if this class refers to an existing table in a foreign database. </remarks> <param name="name"></param> <returns>Returns nothing</returns>

__property System::Void OvClassDefinition::set_TableMapping NAMESPACE_OSGEO_FDO_PROVIDERS_RDBMS_OVERRIDE::OvTableMappingType  mappingType  ) 
 

System::Void OvClassDefinition::WriteXmlAttributes NAMESPACE_OSGEO_COMMON_XML::XmlWriter *  xmlWriter,
NAMESPACE_OSGEO_FDO_XML::XmlFlags *  flags
 


The documentation for this class was generated from the following files:
Comments?