Zend_Db_Statement_PdoImplements interfaces:
Proxy class to wrap a PDOStatement object.
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.
Located in /Db/Statement/Pdo.php (line 40)
Zend_Db_Statement | --Zend_Db_Statement_Pdo
| Class | Description |
|---|---|
Zend_Db_Statement_Pdo_Ibm
|
Proxy class to wrap a PDOStatement object for IBM Databases. |
Zend_Db_Statement_Pdo_Oci
|
Proxy class to wrap a PDOStatement object for IBM Databases. |
bool
_bindParam
(mixed $parameter, &$variable, [mixed $type = null], [mixed $length = null], [mixed $options = null], mixed $variable)
int
$_fetchMode
= PDO::FETCH_ASSOC (line 46)
Inherited from Zend_Db_Statement
Zend_Db_Statement::$_adapter
Zend_Db_Statement::$_attribute
Zend_Db_Statement::$_bindColumn
Zend_Db_Statement::$_bindParam
Zend_Db_Statement::$_queryId
Zend_Db_Statement::$_sqlParam
Zend_Db_Statement::$_sqlSplit
Zend_Db_Statement::$_stmt
bindColumn (line 75)
Bind a column of the statement result set to a PHP variable.
bindValue (line 130)
Binds a value to a parameter.
closeCursor (line 156)
Closes the cursor, allowing the statement to be executed again.
columnCount (line 173)
Returns the number of columns in the result set.
Returns null if the statement has no result set metadata.
errorCode (line 190)
Retrieves the error code, if any, associated with the last operation on the statement handle.
errorInfo (line 207)
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
fetch (line 247)
Fetches a row from the result set.
fetchAll (line 278)
Returns an array containing all of the result set rows.
fetchColumn (line 305)
Returns a single column from the next row of a result set.
fetchObject (line 323)
Fetches the next row and returns it as an object.
getAttribute (line 340)
Retrieve a statement attribute.
getColumnMeta (line 357)
Returns metadata for a column in a result set.
getIterator (line 265)
Required by IteratorAggregate interface
nextRowset (line 375)
Retrieves the next rowset (result set) for a SQL statement that has multiple result sets. An example is a stored procedure that returns the results of multiple queries.
rowCount (line 393)
Returns the number of rows affected by the execution of the last INSERT, DELETE, or UPDATE statement executed by this statement object.
setAttribute (line 411)
Set a statement attribute.
setFetchMode (line 428)
Set the default fetch mode for this statement.
_bindParam (line 100)
Binds a parameter to the specified variable name.
_execute (line 224)
Executes a prepared statement.
_prepare (line 55)
Prepare a string SQL statement and create a statement object.
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:37:59 -0400 by phpDocumentor 1.4.3