Class::DBI::Loader::Generic - Generic Class::DBI::Loader Implementation. |
Class::DBI::Loader::Generic - Generic Class::DBI::Loader Implementation.
See the Class::DBI::Loader manpage
See the documentation for Class::DBI::Loader->new()
Returns a tables class.
my $class = $loader->find_class($table);
Returns a sorted list of classes.
my $@classes = $loader->classes;
Overload to enable debug messages.
Returns a sorted list of tables.
my @tables = $loader->tables;
the Class::DBI::Loader manpage, the Class::DBI::Loader::mysql manpage, the Class::DBI::Loader::Pg manpage, the Class::DBI::Loader::SQLite manpage
Class::DBI::Loader::Generic - Generic Class::DBI::Loader Implementation. |