logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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.

Name

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

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.

perl v5.36.0                                       2022-11-19             Parse::Dia::SQL...::MySQL::MyISAM(3pm)

See Also