Parse::Dia::SQL::Output::MySQL(3pm) | User Contributed Perl Documentation | Parse::Dia::SQL::Output::MySQL(3pm) |
Parse::Dia::SQL::Output::MySQL - Create SQL for MySQL base class
Note that MySQL has support for difference storage engines. Each storage engine has its' own properties and the respective SQL differs.
Parse::Dia::SQL::Output::MySQL::MyISAM Parse::Dia::SQL::Output::MySQL::InnoDB
The constructor.
create drop index for index on table with given name. Note that the tablename is not used here, but many of the overriding subclasses use it, so we include both the tablename and the indexname as arguments to keep the interface consistent.
2022-11-19 | perl v5.36.0 |