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

DBIx::Class::Schema::Loader::Column - Class for Columns in DBIx::Class::Schema::Loader

Description

       Used for representing columns in "col_accessor_map" in DBIx::Class::Schema::Loader::Base.

       Stringifies to "name", and arrayrefifies to the name_parts of "table" plus "name".

Methods

new
       The constructor. Takes "table" and "name" key-value parameters.

   table
       The "DBIx::Class::Schema::Loader::Table" object this column belongs to.  Required parameter for "new"

   name
       The name of the column. Required parameter for "new".

perl v5.40.1                                       2025-03-22              DBIx::Class::S...:Loader::Column(3pm)

Name

       DBIx::Class::Schema::Loader::Column - Class for Columns in DBIx::Class::Schema::Loader

See Also