Class::DBI::Loader::Generic - Generic Class::DBI::Loader Implementation.


NAME

Class::DBI::Loader::Generic - Generic Class::DBI::Loader Implementation.


SYNOPSIS

See the Class::DBI::Loader manpage


DESCRIPTION


METHODS

new %args

See the documentation for Class::DBI::Loader->new()

find_class

Returns a tables class.

    my $class = $loader->find_class($table);

classes

Returns a sorted list of classes.

    my $@classes = $loader->classes;

debug

Overload to enable debug messages.

tables

Returns a sorted list of tables.

    my @tables = $loader->tables;


SEE ALSO

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.