Zend_Db_StatementImplements interfaces:
Abstract class to emulate a PDOStatement for native database adapters.
Located in /Zend/Db/Statement.php (line 38)
| Class | Description |
|---|---|
Zend_Db_Statement_Db2
|
Extends for DB2. |
Zend_Db_Statement_Mysqli
|
Extends for Mysqli |
Zend_Db_Statement_Oracle
|
Extends for Oracle. |
mixed
$_attribute
= array() (line 48)
Attributes.
mixed
$_bindColumn
= array() (line 53)
Column result bindings.
mixed
$_bindParam
= array() (line 58)
Query parameter bindings; covers bindParam() and bindValue().
mixed
$_fetchMode
= Zend_Db::FETCH_ASSOC (line 43)
The current fetch mode.
mixed
$_sqlParam
= array() (line 68)
Parameter placeholders in the SQL string by position in the split array.
mixed
$_sqlSplit
= array() (line 63)
SQL string split into an array at placeholders.
Constructor __construct (line 74)
Constructor.
bindColumn (line 124)
binds a PHP variable to an output column in a result set
bindParam (line 133)
binds a PHP variable to a parameter in the prepared statement
bindValue (line 272)
binds a value to a parameter in the prepared statement
closeCursor (line 283)
closes the cursor, allowing the statement to be executed again
columnCount (line 294)
returns the number of columns in the result set
errorCode (line 305)
retrieves an error code, if any, from the statement
errorInfo (line 316)
retrieves an array of error information, if any, from the statement
execute (line 327)
executes a prepared statement
fetch (line 338)
fetches a row from a result set
fetchAll (line 162)
fetches an array containing all of the rows from a result set
fetchColumn (line 181)
returns the data from a single column in a result set
fetchObject (line 195)
fetches the next row and returns it as an object
getAttribute (line 209)
retrieves a Zend_Db_Statement attribute
nextRowset (line 250)
retrieves the next rowset (result set)
rowCount (line 261)
returns the number of rows that were affected by the execution of an SQL statement
setAttribute (line 220)
sets a Zend_Db_Statement attribute
setFetchMode (line 229)
sets the fetch mode for a Zend_Db_Statement
_joinSql (line 110)
Joins SQL text and bound params into a string.
_prepSql (line 84)
Splits SQL into text and params, sets up $this->_bindParam for replacements.
Documentation generated on Tue, 11 Jul 2006 12:18:08 -0500 by phpDocumentor 1.3.0RC6