![]() |
![]()
| ![]() |
![]()
NAMEDBIx::Class::PK - Primary Key class SYNOPSISDESCRIPTIONThis class contains methods for handling primary keys and methods depending on them. METHODSidReturns the primary key(s) for a row. Can't be called as a class method. IDReturns a unique id string identifying a result object by primary key. Used by DBIx::Class::CDBICompat::LiveObjectIndex and DBIx::Class::ObjectCache.
ident_conditionmy $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). FURTHER QUESTIONS?Check the list of additional DBIC resources. COPYRIGHT AND LICENSEThis module is free software copyright by the DBIx::Class (DBIC) authors. You can redistribute it and/or modify it under the same terms as the DBIx::Class library.
|