debian man page for dbix::class::pk

Query: dbix::class::pk

OS: debian

Section: 3pm

Links: debian man pages   all man pages

Forums: unix linux community   forum categories

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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

NAME
DBIx::Class::PK - Primary Key class
SYNOPSIS
DESCRIPTION
This class contains methods for handling primary keys and methods depending on them.
METHODS
id Returns the primary key(s) for a row. Can't be called as a class method. ID Returns a unique id string identifying a row object by primary key. Used by DBIx::Class::CDBICompat::LiveObjectIndex and DBIx::Class::ObjectCache. WARNING The default "_create_ID" method used by this function orders the returned values by the alphabetical order of the primary column names, unlike the "id" method, which follows the same order in which columns were fed to "set_primary_key" in DBIx::Class::ResultSource. ident_condition my $cond = $result_source->ident_condition(); my $cond = $result_source->ident_condition('alias'); Produces a condition hash to locate a row based on the primary key(s).
AUTHORS
Matt S. Trout <mst@shadowcatsystems.co.uk>
LICENSE
You may distribute this code under the same terms as Perl itself. perl v5.14.2 2011-08-19 DBIx::Class::PK(3pm)
Related Man Pages
dbix::class::manual::docmap(3) - mojave
dbix::class::manual::docmap5.18(3) - mojave
dbix::class::schema::loader::dbobject(3pm) - debian
dbix::class::storage::dbi::cursor(3pm) - debian
dbix::class::storage::dbi::pg(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph