DBIx::Class::Schema::Loader::Column(3pm) | User Contributed Perl Documentation | DBIx::Class::Schema::Loader::Column(3pm) |
DBIx::Class::Schema::Loader::Column - Class for Columns in DBIx::Class::Schema::Loader
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".
The constructor. Takes "table" and "name" key-value parameters.
The "DBIx::Class::Schema::Loader::Table" object this column belongs to. Required parameter for "new"
The name of the column. Required parameter for "new".
2022-11-26 | perl v5.36.0 |