| Class-DBI-Loader documentation | view source | Contained in the Class-DBI-Loader distribution. |
Class::DBI::Loader::Generic - Generic Class::DBI::Loader Implementation.
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;
| Class-DBI-Loader documentation | view source | Contained in the Class-DBI-Loader distribution. |