NAME
DBIx::DataModel::Source::Table - Parent for Table classes
DESCRIPTION
This is the parent class for all table classes created through
$schema->Table($classname, ...);
METHODS
Methods are documented in DBIx::DataModel::Doc::Reference. This module implements
- DefaultColumns
- ColumnType
- ColumnHandlers
- AutoExpand
- autoUpdateColumns
- noUpdateColumns
- fetch
- fetch_cached
- insert
- _singleInsert
- _rawInsert
- update
- hasInvalidColumns
- db_from
AUTHOR
Laurent Dami, <laurent.dami AT etat.ge.ch>
COPYRIGHT & LICENSE
Copyright 2006..2017 Laurent Dami.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.