/usr/local/perl/lib/site_perl/5.8.5/DBIx/Class/ResultSourceHandle.pm |
DBIx::Class::ResultSourceHandle
This module removes fixed link between Rows/ResultSets and the actual source objects, which gets round the following problems
$schema
in scope, since any objects/result_sets
will have a $schema
object through their source handle
Large output when using Data::Dump(er) since this class can be set to
stringify to almost nothing
Closer to being able to do a Serialize::Storable that doesn't require class-based connections
Resolve the moniker into the actual ResultSource object
Freezes a handle.
Thaws frozen handle.
/usr/local/perl/lib/site_perl/5.8.5/DBIx/Class/ResultSourceHandle.pm |