
DBIx::Class::PK - Primary Key class


This class represents methods handling primary keys and depending on them.

define one or more columns as primary key for this class
Finds columns based on the primary key(s).
Roll back changes that hasn't been comitted to the database.
returns the primary key(s) for the current row. Can't be called as a class method.
read-only accessor which returns a list of primary keys.

Matt S. Trout <mst@shadowcatsystems.co.uk>

You may distribute this code under the same terms as Perl itself.