Public Member Functions

Zend_Db_Statement_Pdo_Ibm Class Reference

Inheritance diagram for Zend_Db_Statement_Pdo_Ibm:
Zend_Db_Statement_Pdo Zend_Db_Statement Zend_Db_Statement_Interface

Public Member Functions

 fetchAll ($style=null, $col=null)
 _bindParam ($parameter, &$variable, $type=null, $length=null, $options=null)

Detailed Description

Definition at line 40 of file Ibm.php.


Member Function Documentation

_bindParam ( parameter,
&$  variable,
type = null,
length = null,
options = null 
)

Binds a parameter to the specified variable name.

Parameters:
mixed$parameterName the parameter, either integer or string.
mixed$variableReference to PHP variable containing the value.
mixed$typeOPTIONAL Datatype of SQL parameter.
mixed$lengthOPTIONAL Length of SQL parameter.
mixed$optionsOPTIONAL Other options.
Returns:
bool
Exceptions:
Zend_Db_Statement_Exception

Reimplemented from Zend_Db_Statement_Pdo.

Definition at line 80 of file Ibm.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'

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 54 of file Ibm.php.


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