Andreas Faafeng > Parse-Dia-SQL-0.10_01 > Parse::Dia::SQL::Output::MySQL::MyISAM

Download:
Parse-Dia-SQL-0.10_01.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source   Latest Release: Parse-Dia-SQL-0.12_01

NAME ^

Parse::Dia::SQL::Output::MySQL::MyISAM - Create SQL for MySQL MyISAM.

DESCRIPTION ^

Note that MySQL has support for difference storage engines. Each storage engine has its' own properties and the respective SQL differs.

SEE ALSO ^

 Parse::Dia::SQL::Output
 Parse::Dia::SQL::Output::MySQL
 Parse::Dia::SQL::Output::MySQL::InnoDB

new

The constructor.

get_view_create

Views are not supported on MyISAM. Warn and return undef.

get_view_drop

Views are not supported on MyISAM. Warn and return undef.