Class Zend_Db_Statement_Pdo_Ibm
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.
- Zend_Db_Statement implements Zend_Db_Statement_Interface
-
Zend_Db_Statement_Pdo implements IteratorAggregate
-
Zend_Db_Statement_Pdo_Ibm
Package: Zend\Db\Statement
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Statement/Pdo/Ibm.php
Category: Zend
Copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
License: New BSD License
Located at Zend/Db/Statement/Pdo/Ibm.php
public
array
|
|
public
boolean
|
#
_bindParam( mixed $parameter, mixed & $variable, mixed $type = null, mixed $length = null, mixed $options = null )
Binds a parameter to the specified variable name. |
__construct(),
_fetchBound(),
_parseParameters(),
_stripQuoted(),
bindParam(),
execute(),
getAdapter(),
getDriverStatement()
|
$_fetchMode
|
$_adapter,
$_attribute,
$_bindColumn,
$_bindParam,
$_queryId,
$_sqlParam,
$_sqlSplit,
$_stmt
|