Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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