logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

DBIx::Class::Factory::Fields - fields for DBIx::Class::Factory class

Author

       Vadim Pushtaev, "pushtaev@cpan.org"

Bugs And Features

       Bugs are possible, feature requests are welcome. Write me as soon as possible.

Description

       Every callback used in DBIx::Class::Factory gets a "DBIx::Class::Factory::Fields" instance as an
       argument.

Methods

new Constructor. You shouldn't call it explicitly.

       all Returns hashref with all fields that are not excluded

       get Get the value of the field.

               $fields->get('name');

Name

       DBIx::Class::Factory::Fields - fields for DBIx::Class::Factory class

See Also