|
NAMEDBIx::Class::Schema::Loader::Column - Class for Columns in DBIx::Class::Schema::LoaderDESCRIPTIONUsed 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". METHODSnewThe constructor. Takes "table" and "name" key-value parameters.tableThe "DBIx::Class::Schema::Loader::Table" object this column belongs to. Required parameter for "new"nameThe name of the column. Required parameter for "new".
Visit the GSP FreeBSD Man Page Interface. |