NAME
DBIx::DataModel::Source - Abstract parent for Table and View
DESCRIPTION
Abstract parent class for DBIx::DataModel::Table and DBIx::DataModel::View. For internal use only.
METHODS
Methods are documented in DBIx::DataModel::Doc::Reference. This module implements
- MethodFromJoin
- schema
- db_table
- selectImplicitlyFor
- blessFromDB
- select
- applyColumnHandler
- expand
- autoExpand
- join
PRIVATE METHOD NAMES
The following methods or functions are used internally by this module and should be considered as reserved names, not to be redefined in subclasses :
AUTHOR
Laurent Dami, <laurent.dami AT etat geneve ch>
COPYRIGHT AND LICENSE
Copyright 2006, 2008 by Laurent Dami.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.