Public Member Functions

Zend_Db_Statement_Pdo_Oci Class Reference

Inheritance diagram for Zend_Db_Statement_Pdo_Oci:
Zend_Db_Statement_Pdo Zend_Db_Statement Zend_Db_Statement_Interface

Public Member Functions

 fetchAll ($style=null, $col=null)

Detailed Description

Definition at line 40 of file Oci.php.


Member Function Documentation

fetchAll ( style = null,
col = null 
)

Returns an array containing all of the result set rows.

Behaves like parent, but if limit() is used, the final result removes the extra column 'zend_db_rownum'

Parameters:
int$styleOPTIONAL Fetch mode.
int$colOPTIONAL Column number, if fetch mode is by column.
Returns:
array Collection of rows, each in a format by the fetch mode.
Exceptions:
Zend_Db_Statement_Exception

Reimplemented from Zend_Db_Statement_Pdo.

Definition at line 55 of file Oci.php.


The documentation for this class was generated from the following file: