The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

  DBIx::HTMLView::mysqlDB - interface for mysql databases through DBI

SYNOPSIS

use DBIx::HTMLView; my $dbi=my $dbi=mysqlDB("DBI:mysql:HTMLViewTester", "", "", Table ('Test', Id('id'), Str('testf'))); my $list=$dbi->tab('Test')->list();

DESCRIPTION

This is a customized DB object for mysql databases. Most methods are inherited from the superclass: DBIx::HTMLView::DB -- only those that are specific to mysql are overridden.

METHODS