NAME

DBD::iPod::st - the statement handle (sth)

SYNOPSIS

  $sth->execute();
  while(my $row = $sth->fetchrow_hashref()){
    #...
  }

You should really read the DBI perldoc if you don't get it.

DESCRIPTION

Statement handle implementation for the iPod.

AUTHOR

Author <allenday@ucla.edut>

SEE ALSO

DBD::_::st.

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.

execute()

DBI.

fetchrow_arrayref()

DBI.

fetch()

DBI.

fetchrow_arrayref()

DBI. Returns "iPod".