The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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".