Scroll to navigation

KiokuDB::TypeMap::Entry::DBIC::ResultSource(3pm) User Contributed Perl Documentation KiokuDB::TypeMap::Entry::DBIC::ResultSource(3pm)

NAME

KiokuDB::TypeMap::Entry::DBIC::ResultSource - KiokuDB::TypeMap::Entry for DBIx::Class::ResultSource objects.

DESCRIPTION

This tyepmap entry resolves result source handles symbolically by name.
References to the handle receive a special ID in the form:
    dbic:schema:rs:$name
and are not actually written to storage.
Looking up such an ID causes the backend to dynamically search for such a resultset in the DBIx::Class::Schema.
2011-10-04 perl v5.12.4