NAME
DBIx::Class::PK::Auto::Oracle - Automatic primary key class for Oracle
SYNOPSIS
# In your table classes
__PACKAGE__->load_components(qw/PK::Auto::Oracle Core/);
__PACKAGE__->set_primary_key('id');
DESCRIPTION
This class implements autoincrements for Oracle.
AUTHORS
Andy Grundman <andy@hybridized.org>
Scott Connelly <scottsweep@yahoo.com>
LICENSE
You may distribute this code under the same terms as Perl itself.