Laurent Dami > DBIx-DataModel-1.19 > DBIx::DataModel::Table

Download:
DBIx-DataModel-1.19.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  0
Report a bug
Source  

NAME ^

DBIx::DataModel::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
primKey
fetch
fetch_cached
insert
_singleInsert
_rawInsert
update
hasInvalidColumns

AUTHOR ^

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

COPYRIGHT & LICENSE ^

Copyright 2006 Laurent Dami.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.