DBIx::Class::Factory::Fields - fields for DBIx::Class::Factory class
Contents
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.
License And Copyright
Copyright 2015 Vadim Pushtaev.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl
itself.
perl v5.36.0 2023-02-14 DBIx::Class::Factory::Fields(3pm)
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
