dbix::class::pk::auto5.16(3) osx man page | unix.com

Man Page: dbix::class::pk::auto5.16

Operating Environment: osx

Section: 3

DBIx::Class::PK::Auto(3)				User Contributed Perl Documentation				  DBIx::Class::PK::Auto(3)

NAME
DBIx::Class::PK::Auto - Automatic primary key class
SYNOPSIS
use base 'DBIx::Class::Core'; __PACKAGE__->set_primary_key('id');
DESCRIPTION
This class overrides the insert method to get automatically incremented primary keys. PK::Auto is now part of Core. See DBIx::Class::Manual::Component for details of component interactions.
LOGIC
"PK::Auto" does this by letting the database assign the primary key field and fetching the assigned value afterwards.
METHODS
insert The code that was handled here is now in Row for efficiency. sequence The code that was handled here is now in ResultSource, and is being proxied to Row as well.
AUTHORS
Matt S. Trout <mst@shadowcatsystems.co.uk>
LICENSE
You may distribute this code under the same terms as Perl itself. perl v5.16.2 2012-10-18 DBIx::Class::PK::Auto(3)
Related Man Pages
dbix::class::manual::component(3) - mojave
dbix::class::kiokudb(3pm) - debian
dbix::class::manual(3pm) - debian
dbix::class::schema::loader::dbobject::informix(3pm) - debian
dbix::class::schema::loader::dbobject::sybase(3pm) - debian
Similar Topics in the Unix Linux Community
Hearing Aid for OSX 10.12.x and greater.
Shopt -s histappend
My first PERL incarnation... Audio Oscillograph
Python: Refer a properties file from different location