[Dbix-class] primary/unique keys

Rob Kinyon rob.kinyon at gmail.com
Fri Dec 25 22:07:34 GMT 2009


On Fri, Dec 25, 2009 at 16:00, Kiffin Gish <kiffin.gish at planet.nl> wrote:
> Is it possible to know from a row object which columns are unique keys
> and/or primary keys? Thanks alot in advance.

$row->result_source gets you the result_source. All that information
is found in the ResultSource object.

Rob



More information about the DBIx-Class mailing list