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


DBD-iPod documentation  | view source Contained in the DBD-iPod distribution.

Index


NAME

Top

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

SYNOPSIS

Top

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

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

DESCRIPTION

Top

Statement handle implementation for the iPod.

AUTHOR

Top

Author <allenday@ucla.edut>

SEE ALSO

Top

DBD::_::st.

COPYRIGHT AND LICENSE

Top

APPENDIX

Top

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".


DBD-iPod documentation  | view source Contained in the DBD-iPod distribution.