-
-
21 Mar 2018 13:47:51 UTC
- Distribution: DBIx-Class-Schema-Loader
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (30)
- Testers (5577 / 103 / 0)
- Kwalitee
Bus factor: 8- 67.88% Coverage
- License: perl_5
- Perl: v5.8.1
- Activity
24 month- Tools
- Download (212.19KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- Carp::Clan
- Class::Accessor::Grouped
- Class::C3::Componentised
- Class::Inspector
- Class::Unload
- DBIx::Class
- Data::Dump
- Digest::MD5
- Exporter
- Hash::Merge
- Lingua::EN::Inflect::Number
- Lingua::EN::Inflect::Phrase
- Lingua::EN::Tagger
- List::Util
- MRO::Compat
- Scope::Guard
- String::ToIdentifier::EN
- Sub::Util
- Try::Tiny
- curry
- namespace::clean
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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".
Module Install Instructions
To install DBIx::Class::Schema::Loader, copy and paste the appropriate command in to your terminal.
cpanm DBIx::Class::Schema::Loader
perl -MCPAN -e shell install DBIx::Class::Schema::Loader
For more information on module installation, please visit the detailed CPAN module installation guide.