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

Octopussy::Type - Octopussy Type module

Contents

Author

       Sebastien Thebert <octo.devel@gmail.com>

perl v5.22.2                                       2016-05-04                                 Octopussy::Type(3)

Name

       Octopussy::Type - Octopussy Type module

   Configurations()
       Get list of type configurations

   Colors()
       Get an hash of Colors for each Type

   List()
       Get list of types

   Simple_List()
       Get list of simple types (*_DATETIME -> DATETIME, *_STRING -> STRING...)

   SQL_List()
       Get list of SQL types

   Regexp($type)
       Get regexp from type '$type'

   Regexps()
       Get regexps from all types

   Simple_Type(type)
       Get Simple type from type '$type'

   SQL_Type(type)
       Get SQL type from type '$type'

   SQL_Datetime($dt)
       Convert '$dt' to SQL datetime

See Also