Bundle::DBD::JDBC - A bundle to install all DBD::JDBC related modules


DBD-JDBC documentation Contained in the DBD-JDBC distribution.

Index


Code Index:

NAME

Top

Bundle::DBD::JDBC - A bundle to install all DBD::JDBC related modules

SYNOPSIS

Top

perl -MCPAN -e 'install Bundle::DBD::JDBC'

CONTENTS

Top

Bundle::DBI - Bundle for DBI by TIMB (Tim Bunce)

Convert::BER - Convert::BER by GBARR (Graham Barr)

DBD::JDBC - DBD::JDBC by VIZDOM (Gennis Emerson)

DESCRIPTION

Top

This bundle includes all the modules used by the Perl Database Interface (DBI) driver for Driver (DBD::JDBC), assuming the use of DBI version 1.47 or later, created by Tim Bunce.

If you've not previously used the CPAN module to install any bundles, you will be interrogated during its setup phase. But when you've done it once, it remembers what you told it. You could start by running:

  C<perl -MCPAN -e 'install Bundle::CPAN'>

SEE ALSO

Top

Bundle::DBI

AUTHOR

Top

Gennis Emerson <gemerson@vizdom.com>

THANKS

Top

This bundle is based on the template included in the DBI::DBD documentation by Jonathan Leffler <jleffler@informix.com>.


DBD-JDBC documentation Contained in the DBD-JDBC distribution.

package Bundle::DBD::JDBC;

$VERSION = '0.71';

1;

__END__