Search results for "dist:DBD-iPod DBD::"
DBD::iPod - Connect to an iPod via DBI
Connect to the iPod using Mac::iPod::GNUpod and present the iTunes database as a DBD datasource. You query the iPod's iTunesDB database using a subset of SQL. iTunesDB is currently *read only*, and thus only supports the SQL SELECT statement. We expe...
ALLENDAY/DBD-iPod-0.01 - 06 Jan 2005 07:41:40 UTC
DBD::iPod::db - the database handle (dbh)
Database handle implementation for the iPod....
ALLENDAY/DBD-iPod-0.01 - 06 Jan 2005 07:41:40 UTC
DBD::iPod::st - the statement handle (sth)
Statement handle implementation for the iPod....
ALLENDAY/DBD-iPod-0.01 - 06 Jan 2005 07:41:40 UTC
DBD::iPod::dr - Database driver for the iPod
This is the actual driver implementation that sets up the connection to the iPod. You don't need to use it directly....
ALLENDAY/DBD-iPod-0.01 - 06 Jan 2005 07:41:40 UTC
DBD::iPod::row - a song record from the iPod.
This class implements just enough to use the SQL::Statement::Op datastructure to perform recursive boolean matching on an iPod song record. "is_match()"....
ALLENDAY/DBD-iPod-0.01 - 06 Jan 2005 07:41:40 UTC
DBD::iPod::parser - parse iPod SQL queries
Shamelessly copy/pasted from Darren Chamberlain's DBD::Google::parser. Darren says: "This package needs to subclass SQL::Parser, in order that the functions defined can be used. WIth SQL::Parser 1.005, the SELECT_CLAUSE method needs to be overridden....
ALLENDAY/DBD-iPod-0.01 - 06 Jan 2005 07:41:40 UTC
SQL::Dialects::iPod - iPod config file for SQL::Parser
This module defines the SQL syntax supported by DBD::iPod. We allow only SELECT commands (iPod is read-only), and comparison operators may be one of (=, <, >, <=, >=, LIKE)....
ALLENDAY/DBD-iPod-0.01 - 06 Jan 2005 07:41:40 UTC