table of contents
        
      
      
    
      other versions
    
    - Tumbleweed 0.07053-1.2
 - Leap-15.6
 
| DBIx::Class::Schema::Loader::Column(3) | User Contributed Perl Documentation | DBIx::Class::Schema::Loader::Column(3) | 
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".
| 2025-03-20 | perl v5.42.0 |