NAME
Class::DBI::DDL::mysql - Perform driver dependent work for MySQL
DESCRIPTION
Do not use this package directly. Intead, it will automatically be imported and used by Class::DBI::DDL when the underlying database uses the DBD::mysql driver.
The only method here that works different from the default is pre_create_table
. This method is defined to do nothing since auto_increment works normally with the notation we've chosen and Class::DBI
is best written toward MySQL.
SEE ALSO
Class::DBI, DBI, Class::DBI::DDL, DBD::mysql
AUTHOR
Andrew Sterling Hanenkamp <sterling@hanenkamp.com>
LICENSE AND COPYRIGHT
Copyright 2003 Andrew Sterling Hanenkamp. All Rights Reserved.
This module is free software and is distributed under the same license as Perl itself.