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

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

DBD::_::db.

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.

get_info()

DBI, DBD::iPod::GetInfo.