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 | $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. |
- Returns:
- bool
- Exceptions:
-
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 | $style | OPTIONAL Fetch mode. |
int | $col | OPTIONAL Column number, if fetch mode is by column. |
- Returns:
- array Collection of rows, each in a format by the fetch mode.
- Exceptions:
-
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:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Db/Statement/Pdo/Ibm.php