FreeBSD Manual Pages
Autodia::Handler::DBI(User Contributed Perl DocumentatAutodia::Handler::DBI(3) 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. perl v5.32.0 2009-06-25 Autodia::Handler::DBI(3)
NAME | INTRODUCTION | CONSTRUCTION METHOD | ACCESS METHODS
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=Autodia::Handler::DBI&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>