-
-
05 May 2011 23:32:34 UTC
- Distribution: DBIx-Class-MooseColumns
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (1)
- Testers (273 / 19 / 0)
- Kwalitee
Bus factor: 2- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (36.55KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
and 1 contributors- Norbert Buchmuller, C<< <norbi at nix.hu> >>
- Dependencies
- Moose
- namespace::autoclean
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
DBIx::Class::MooseColumns::Meta::Role::Attribute::DBICColumn - Attribute metaclass trait for DBIx::Class::MooseColumns for attributes that are non-inflated DBIC columns
METHODS
has_value
Overridden (wrapped with an
around
method modifier) from "has_value" in Class::MOP::Attribute.Calls "has_column_loaded" in DBIx::Class::Row to check if the column is initialized.
get_raw_value
Overridden (wrapped with an
around
method modifier) from "get_raw_value" in Class::MOP::Attribute.Calls "get_column" in DBIx::Class::Row to get the (deflated) column value.
set_raw_value
Overridden (wrapped with an
around
method modifier) from "set_raw_value" in Class::MOP::Attribute.Calls "set_column" in DBIx::Class::Row to set the (deflated) column value.
clear_value
Overridden (wrapped with an
around
method modifier) from "clear_value" in Class::MOP::Attribute.Currently unimplemented. (DBIC has no public API for this operation currently)
_set_initial_slot_value
Overridden (wrapped with an
around
method modifier) from "_set_initial_slot_value" in Moose::Meta::Attribute.Calls "set_column" in DBIx::Class::Row to set the (deflated) column value.
_inline_instance_has =head2 inline_has
Overridden (wrapped with an
around
method modifier) from "inline_has" in Class::MOP::Attribute (Moose 1.x) / "_inline_instance_has" in Class::MOP::Attribute (Moose 2.x).Calls "has_column_loaded" in DBIx::Class::Row to check if the column is initialized.
_inline_instance_get =head2 inline_get
Overridden (wrapped with an
around
method modifier) from "inline_get" in Class::MOP::Attribute (Moose 1.x) / "_inline_instance_get" in Class::MOP::Attribute (Moose 2.x).Calls "get_column" in DBIx::Class::Row to get the (deflated) column value.
_inline_instance_set =head2 inline_set
Overridden (wrapped with an
around
method modifier) from "inline_set" in Class::MOP::Attribute (Moose 1.x) / "_inline_instance_set" in Class::MOP::Attribute (Moose 2.x).Calls "set_column" in DBIx::Class::Row to set the (deflated) column value.
_inline_instance_clear =head2 inline_clear
Overridden (wrapped with an
around
method modifier) from "inline_clear" in Class::MOP::Attribute (Moose 1.x) / "_inline_instance_clear" in Class::MOP::Attribute (Moose 2.x).Currently unimplemented. (DBIC has no public API for this operation currently)
Module Install Instructions
To install DBIx::Class::MooseColumns, copy and paste the appropriate command in to your terminal.
cpanm DBIx::Class::MooseColumns
perl -MCPAN -e shell install DBIx::Class::MooseColumns
For more information on module installation, please visit the detailed CPAN module installation guide.