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 - Create SQL for MySQL base class

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 - Create SQL for MySQL base class

See Also

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

   new
       The constructor.

   _get_drop_index_sql
       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.

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

See Also