The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

DBIx::Class::Storage::DBI::DB2 - Automatic primary key class for DB2

SYNOPSIS

  # In your table classes
  use base 'DBIx::Class::Core';
  __PACKAGE__->set_primary_key('id');

DESCRIPTION

This class implements autoincrements for DB2.

AUTHORS

Jess Robinson

LICENSE

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