Class Zend_Db_Statement_Pdo_Ibm

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/Ibm.php (line 40)

Zend_Db_Statement
   |
   --Zend_Db_Statement_Pdo
      |
      --Zend_Db_Statement_Pdo_Ibm
Method Summary
 array fetchAll ([int $style = null], [int $col = null])
 bool _bindParam (mixed $parameter,  &$variable, [mixed $type = null], [mixed $length = null], [mixed $options = null], mixed $variable)
Variables
Methods
fetchAll (line 54)

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.
_bindParam (line 80)

Binds a parameter to the specified variable name.

  • throws: Zend_Db_Statement_Exception
  • access: public
bool _bindParam (mixed $parameter,  &$variable, [mixed $type = null], [mixed $length = null], [mixed $options = null], mixed $variable)
  • mixed $parameter: Name the parameter, either integer or string.
  • mixed $variable: Reference to PHP variable containing the value.
  • mixed $type: OPTIONAL Datatype of SQL parameter.
  • mixed $length: OPTIONAL Length of SQL parameter.
  • mixed $options: OPTIONAL Other options.
  • &$variable

Redefinition of:
Zend_Db_Statement_Pdo::_bindParam()
Binds a parameter to the specified variable name.

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:27:55 -0400 by phpDocumentor 1.4.3