Class Zend_Db_Statement_Pdo_Oci

Description

Proxy class to wrap a PDOStatement object for IBM Databases.

Matches the interface of PDOStatement. All methods simply proxy to the matching method in PDOStatement. PDOExceptions thrown by PDOStatement are re-thrown as Zend_Db_Statement_Exception.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Db/Statement/Pdo/Oci.php (line 40)

Zend_Db_Statement
   |
   --Zend_Db_Statement_Pdo
      |
      --Zend_Db_Statement_Pdo_Oci
Method Summary
 mixed fetch ([int $style = null], [int $cursor = null], [int $offset = null])
 array fetchAll ([int $style = null], [int $col = null])
Variables
Methods
fetch (line 80)

Fetches a row from the result set.

  • return: Array, object, or scalar depending on fetch mode.
  • throws: Zend_Db_Statement_Exception
  • access: public
mixed fetch ([int $style = null], [int $cursor = null], [int $offset = null])
  • int $style: OPTIONAL Fetch mode for this fetch operation.
  • int $cursor: OPTIONAL Absolute, relative, or other.
  • int $offset: OPTIONAL Number for absolute or relative cursors.

Redefinition of:
Zend_Db_Statement_Pdo::fetch()
Fetches a row from the result set.
fetchAll (line 55)

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'

  • return: Collection of rows, each in a format by the fetch mode.
  • throws: Zend_Db_Statement_Exception
  • access: public
array fetchAll ([int $style = null], [int $col = null])
  • int $style: OPTIONAL Fetch mode.
  • int $col: OPTIONAL Column number, if fetch mode is by column.

Redefinition of:
Zend_Db_Statement_Pdo::fetchAll()
Returns an array containing all of the result set rows.

Inherited Methods

Inherited From Zend_Db_Statement_Pdo

 Zend_Db_Statement_Pdo::bindColumn()
 Zend_Db_Statement_Pdo::bindValue()
 Zend_Db_Statement_Pdo::closeCursor()
 Zend_Db_Statement_Pdo::columnCount()
 Zend_Db_Statement_Pdo::errorCode()
 Zend_Db_Statement_Pdo::errorInfo()
 Zend_Db_Statement_Pdo::fetch()
 Zend_Db_Statement_Pdo::fetchAll()
 Zend_Db_Statement_Pdo::fetchColumn()
 Zend_Db_Statement_Pdo::fetchObject()
 Zend_Db_Statement_Pdo::getAttribute()
 Zend_Db_Statement_Pdo::getColumnMeta()
 Zend_Db_Statement_Pdo::getIterator()
 Zend_Db_Statement_Pdo::nextRowset()
 Zend_Db_Statement_Pdo::rowCount()
 Zend_Db_Statement_Pdo::setAttribute()
 Zend_Db_Statement_Pdo::setFetchMode()
 Zend_Db_Statement_Pdo::_bindParam()
 Zend_Db_Statement_Pdo::_execute()
 Zend_Db_Statement_Pdo::_prepare()

Inherited From Zend_Db_Statement

 Zend_Db_Statement::__construct()
 Zend_Db_Statement::bindColumn()
 Zend_Db_Statement::bindParam()
 Zend_Db_Statement::bindValue()
 Zend_Db_Statement::execute()
 Zend_Db_Statement::fetchAll()
 Zend_Db_Statement::fetchColumn()
 Zend_Db_Statement::fetchObject()
 Zend_Db_Statement::getAdapter()
 Zend_Db_Statement::getAttribute()
 Zend_Db_Statement::getDriverStatement()
 Zend_Db_Statement::setAttribute()
 Zend_Db_Statement::setFetchMode()
 Zend_Db_Statement::_fetchBound()
 Zend_Db_Statement::_parseParameters()
 Zend_Db_Statement::_prepare()
 Zend_Db_Statement::_stripQuoted()

Documentation generated on Mon, 21 Jun 2010 15:36:28 -0400 by phpDocumentor 1.4.3