Arthur Axel "fREW" Schmidt > DBIx-Class > DBIx::Class::ResultSourceHandle

Download:
DBIx-Class-0.08114.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  4
Stalled  5
View Bugs
Report a bug
Source  

NAME ^

DBIx::Class::ResultSourceHandle - Decouple Rows/ResultSets objects from their Source objects

DESCRIPTION ^

This module removes fixed link between Rows/ResultSets and the actual source objects, which gets round the following problems

METHODS ^

new

resolve

Resolve the moniker into the actual ResultSource object

STORABLE_freeze

Freezes a handle.

STORABLE_thaw

Thaws frozen handle. Resets the internal schema reference to the package variable $thaw_schema. The recomened way of setting this is to use $schema->thaw($ice) which handles this for you.

AUTHOR ^

Ash Berlin <ash@cpan.org>