table of contents
DBIx::Class::Schema::Loader::Column(3pm) | User Contributed Perl Documentation | DBIx::Class::Schema::Loader::Column(3pm) |
NAME¶
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".
2024-01-20 | perl v5.38.2 |