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


Class-DBI-Loader documentation  | view source Contained in the Class-DBI-Loader distribution.

Index


NAME

Top

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

SYNOPSIS

Top

See Class::DBI::Loader

DESCRIPTION

Top

METHODS

Top

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

Top

Class::DBI::Loader, Class::DBI::Loader::mysql, Class::DBI::Loader::Pg, Class::DBI::Loader::SQLite


Class-DBI-Loader documentation  | view source Contained in the Class-DBI-Loader distribution.