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
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.