Aaron James Trevena > Autodia-2.03 > Autodia::Handler::DBI

Download:
Autodia-2.03.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  5
Open  2
View Bugs
Report a bug
Source   Latest Release: Autodia-2.10

NAME ^

Autodia::Handler::DBI.pm - AutoDia handler for DBI connections

INTRODUCTION ^

This module parses the contents of a database through a dbi connection and builds a diagram

%language_handlers = { .. , dbi => "Autodia::Handler::DBI", .. };

CONSTRUCTION METHOD ^

use Autodia::Handler::DBI;

my $handler = Autodia::Handler::DBI->New(\%Config); This creates a new handler using the Configuration hash to provide rules selected at the command line.

ACCESS METHODS ^

$handler->Parse($connection); # where connection includes full or dbi connection string

$handler->output(); # any arguments are ignored.