Public Member Functions | |
fetchAll ($style=null, $col=null) |
Definition at line 40 of file Oci.php.
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'
int | $style | OPTIONAL Fetch mode. |
int | $col | OPTIONAL Column number, if fetch mode is by column. |
Zend_Db_Statement_Exception |
Reimplemented from Zend_Db_Statement_Pdo.