
DBD::iPod::db - the database handle (dbh)

#identical, mountpoint is optional
$dbh = DBI->connect('dbi:iPod:');
$dbh = DBI->connect('dbi:iPod:/mnt/iPod');
#use an alternate mountpoints for multiple iPodia
$dbh1 = DBI->connect('dbi:iPod:/mnt/iPod1');
$dbh2 = DBI->connect('dbi:iPod:/mnt/iPod2');
You should really read the DBI perldoc if you don't get it.

Database handle implementation for the iPod.

Author <allenday@ucla.edu>


GPL

The rest of the documentation details each of the object methods. Internal methods are usually preceded with a '_'. Methods are in alphabetical order for the most part.
DBI.
DBI.
DBI.
DBI.
DBI.