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)NAMEDBIx::Class::PK - Primary Key classSYNOPSISDESCRIPTIONThis class contains methods for handling primary keys and methods depending on them.METHODSid 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).AUTHORSMatt S. Trout <mst@shadowcatsystems.co.uk>LICENSEYou may distribute this code under the same terms as Perl itself. perl v5.14.2 2011-08-19 DBIx::Class::PK(3pm)