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


DBIx-DataModel documentation  | view source Contained in the DBIx-DataModel distribution.

Index


NAME

Top

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

DESCRIPTION

Top

This is the parent class for all view classes created through

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

METHODS

Top

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

applyColumnHandler (applyColumnHandler in DBIx::DataModel::Doc::Reference)

SUPPORT FOR STORABLE

Top

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

Top

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

COPYRIGHT & LICENSE

Top


DBIx-DataModel documentation  | view source Contained in the DBIx-DataModel distribution.