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::Const - Constants and lookup methods

Description

       This module contains constants and related lookup methods.

   new
       The constructor.  No arguments.

   get_rdbms
       Return list of supported databases.

   get_small_pack_gen_seq
       Return list with sequence for small packages processing.

   get_class_name
       Database to class lookup. Used by Output->new.

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

Name

       Parse::Dia::SQL::Const - Constants and lookup methods

Synopsis

           use Parse::Dia::SQL::Const;
           my $const = Parse::Dia::SQL::Const->new();
           my @rdbms = $const->get_rdbms();

See Also