Alexis Sukrieh > Coat-Persistent > Coat::Persistent::Meta

Download:
Coat-Persistent-0.223.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  1
Open  3
View Bugs
Report a bug
Source  

NAME ^

Coat::Persistent::Meta -- meta-information for Coat::Persistent objects

DESCRIPTION ^

The purpose of this class is to translate Model information into SQL information. Coat::Persistent uses this class to store and retreive meta-information about models and their database-related properties.

This class provides accessors (setters and getters) for each meta-information it handles.

These are the supported meta-information:

table_name : The table name associated to the model
primary_key : The column in the table used as primary key

SEE ALSO ^

Coat::Persistent

AUTHOR ^

This module was written by Alexis Sukrieh <sukria@cpan.org>.

COPYRIGHT AND LICENSE ^

Copyright 2007-2008 by Alexis Sukrieh.

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