Laurent Dami > DBIx-DataModel-1.19 > DBIx::DataModel::View

Download:
DBIx-DataModel-1.19.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

DBIx::DataModel::View - Parent for View classes

DESCRIPTION ^

This is the parent class for all view classes created through

  $schema->View($classname, ...);

METHODS ^

Methods are documented in DBIx::DataModel::Doc::Reference. This module implements

applyColumnHandler

SUPPORT FOR STORABLE ^

If an instance of a dynamically created view is serialized through "freeze" in Storable and then deserialized in another process through "thaw" in Storable, then it may happen that the second process does not know about the dynamic view. Therefore this class adds a coderef handler into @INC, so that it can take control when thaw attempts to load the class from a file, and recreate the view dynamically.

AUTHOR ^

Laurent Dami, <laurent.dami AT etat.ge.ch>

COPYRIGHT & LICENSE ^

Copyright 2006, 2008 Laurent Dami.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.