In addition to convenient methods such as fetchAll() and
insert() documented in Zend_Db_Adapter, you can use a statement object to gain
more options for running queries and fetching result sets. This section describes how to get
an instance of a statement object, and how to use its methods.
Zend_Db_Statement is based on the PDOStatement object in the
PHP Data Objects extension.




