OSGeo FDO Provider for MySQL API Reference

OSGeo FDO Provider for MySQL API

API Reference OSGeo FDO Provider for MySQL
FDOMYSQL_OV_API FdoInt64 FdoMySQLOvClassDefinition::GetAutoIncrementSeed ( void   ) 

The initial value to use for the first row in the auto-increment column, if any.

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.
Returns:
Returns the initial value to use for the first row in the auto-increment column


Comments?