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


Parse-Dia-SQL documentation  | view source Contained in the Parse-Dia-SQL distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

SEE ALSO

Top

 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.


Parse-Dia-SQL documentation  | view source Contained in the Parse-Dia-SQL distribution.