The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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
primKey

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 :

_debug

AUTHOR

Laurent Dami, <laurent.dami AT etat ge 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.