| Fey-ORM-Mock documentation | view source | Contained in the Fey-ORM-Mock distribution. |
Fey::ORM::Mock::Action::Insert - A record of an insert
version 0.05
This class represents a record of a call to insert() for a
Fey::ORM::Table based object.
This class provides the following methods:
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()
Dave Rolsky <autarch@urth.org>
This software is Copyright (c) 2010 by Dave Rolsky.
This is free software, licensed under:
The Artistic License 2.0
| Fey-ORM-Mock documentation | view source | Contained in the Fey-ORM-Mock distribution. |