Extends for Oracle.
Located in /Zend/Db/Statement/Oracle.php (line 37)
Zend_Db_Statement | --Zend_Db_Statement_Oracle
Column names.
The connection_stmt object.
Fetched result values.
Inherited from Zend_Db_Statement
Zend_Db_Statement::$_attribute
Zend_Db_Statement::$_bindColumn
Zend_Db_Statement::$_bindParam
Zend_Db_Statement::$_fetchMode
Zend_Db_Statement::$_sqlParam
Zend_Db_Statement::$_sqlSplit
Binds a PHP variable to a parameter in the prepared statement.
closes the cursor, allowing the statement to be executed again
Returns the number of columns in the result set.
Retrieves an error code, if any, from the statement.
Retrieves an array of error information, if any, from the statement.
Executes a prepared statement.
Fetches a row from the result set.
Fetches an array containing all of the rows from a result set
Returns the data from a single column in a result set.
Fetches the next row and returns it as an object.
Returns the number of rows that were affected by the execution of an SQL statement.
Prepares statement handle
Inherited From Zend_Db_Statement
Zend_Db_Statement::__construct()
Zend_Db_Statement::bindColumn()
Zend_Db_Statement::bindParam()
Zend_Db_Statement::bindValue()
Zend_Db_Statement::closeCursor()
Zend_Db_Statement::columnCount()
Zend_Db_Statement::errorCode()
Zend_Db_Statement::errorInfo()
Zend_Db_Statement::execute()
Zend_Db_Statement::fetch()
Zend_Db_Statement::fetchAll()
Zend_Db_Statement::fetchColumn()
Zend_Db_Statement::fetchObject()
Zend_Db_Statement::getAttribute()
Zend_Db_Statement::nextRowset()
Zend_Db_Statement::rowCount()
Zend_Db_Statement::setAttribute()
Zend_Db_Statement::setFetchMode()
Zend_Db_Statement::_joinSql()
Zend_Db_Statement::_prepSql()
Documentation generated on Wed, 21 Feb 2007 11:56:17 -0800 by phpDocumentor 1.3.1