| DBIx-DataModel documentation | view source | Contained in the DBIx-DataModel distribution. |
DBIx::DataModel::View - Parent for View classes
This is the parent class for all view classes created through
$schema->View($classname, ...);
Methods are documented in DBIx::DataModel::Doc::Reference (DBIx::DataModel::Doc::Reference). This module implements
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.
Laurent Dami, <laurent.dami AT etat.ge.ch>
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.
| DBIx-DataModel documentation | view source | Contained in the DBIx-DataModel distribution. |