NAME
DBD::iPod::db - the database handle (dbh)
SYNOPSIS
#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.
DESCRIPTION
Database handle implementation for the iPod.
AUTHOR
Author <allenday@ucla.edu>
SEE ALSO
COPYRIGHT AND LICENSE
GPL
APPENDIX
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.
prepare()
DBI.
STORE()
DBI.
FETCH()
DBI.
commit()
DBI.
rollback()
DBI.