Parse::Dia::SQL::Output::MySQL::MyISAM(3) 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.

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.