| DBD-iPod documentation | view source | Contained in the DBD-iPod distribution. |
DBD::iPod::st - the statement handle (sth)
$sth->execute();
while(my $row = $sth->fetchrow_hashref()){
#...
}
You should really read the DBI perldoc if you don't get it.
Statement handle implementation for the iPod.
Author <allenday@ucla.edut>
DBD::_::st.
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. Returns "iPod".
| DBD-iPod documentation | view source | Contained in the DBD-iPod distribution. |