NAME

DBD::iPod::dr - Database driver for the iPod

SYNOPSIS

Don't use this class directly, See DBD::iPod.

DESCRIPTION

This is the actual driver implementation that sets up the connection to the iPod. You don't need to use it directly.

AUTHOR

Author <allenday@ucla.edu>

SEE ALSO

DBD::_::dr, Mac::iPod::GNUpod.

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.

connect()

 Usage   : DBI->connect('dbi:iPod:');
           DBI->connect('dbi:iPod:/mnt/ipod'); #same as above
           DBI->connect('dbi:iPod:/mnt/ipod2'); alternate mountpoint
 Function: connect to the iPod and read the iTunesDB in it.
 Returns : a DBI::db object
 Args    : DSN to be used for connection, See L<DBI>.

disconnect_all()

DBI.

This method does not flush buffered writes to the iPod, synchronize the iTunesDB, or anything else. It is a DBI method only.

data_sources()

DBI. Returns "iPod".