The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

Fey::ORM::Mock::Action::Insert - A record of an insert

DESCRIPTION

This class represents a record of a call to insert() for a Fey::ORM::Table based object.

METHODS

This class provides the following methods:

$action->values()

Returns the values of the row inserted as a hash reference, with the attribute names as keys. These values are provided as-is, so they may include objects passed to insert()

AUTHOR

Dave Rolsky, <autarch@urth.org>

COPYRIGHT & LICENSE

Copyright 2008 Dave Rolsky, All Rights Reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.