Marcus Ramberg > DBIx-Class-0.03002 > DBIx::Class::PK::Auto

Download:
DBIx-Class-0.03002.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  4
Stalled  5
View Bugs
Report a bug
Source   Latest Release: DBIx-Class-0.08114

NAME ^

DBIx::Class::PK::Auto - Automatic Primary Key class

SYNOPSIS ^

DESCRIPTION ^

This class overrides the insert method to get automatically incremented primary keys.

You don't want to be using this directly - instead load the appropriate one for your database, e.g. PK::Auto::SQLite

METHODS ^

insert

Overrides insert so that it will get the value of autoincremented primary keys.

sequence

Manually define the correct sequence for your table, to avoid the overhead associated with looking up the sequence automatically.

AUTHORS ^

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

LICENSE ^

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