Class Zend_Db_Statement_Oracle

Description

Extends for Oracle.

Located in /library/Zend/Db/Statement/Oracle.php (line 37)

Zend_Db_Statement
   |
   --Zend_Db_Statement_Oracle
Variable Summary
 mixed $_keys
 mixed $_stmt
 mixed $_values
Method Summary
 void bindParam (mixed $parameter, mixed &$variable, [mixed $type = null], [mixed $length = null], [mixed $options = null])
 void closeCursor ()
 void columnCount ()
 void errorCode ()
 void errorInfo ()
 void execute ([mixed $params = null])
 void fetch ([mixed $style = null], [mixed $cursor = null], [mixed $offset = null])
 void fetchAll ([mixed $style = null], [mixed $col = null])
 void fetchColumn (mixed $col)
 void fetchObject ([mixed $class = 'stdClass'], [mixed $config = null])
 void rowCount ()
 void _prepSql (mixed $sql)
Variables
mixed $_keys (line 47)

column names

  • access: protected
mixed $_stmt (line 42)

the connection_stmt object

  • access: protected
mixed $_values (line 52)

fetched result values

  • access: protected

Inherited Variables

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
Methods
bindParam (line 180)

binds a PHP variable to a parameter in the prepared statement

  • access: public
void bindParam (mixed $parameter, mixed &$variable, [mixed $type = null], [mixed $length = null], [mixed $options = null])

Redefinition of:
Zend_Db_Statement::bindParam()
binds a PHP variable to a parameter in the prepared statement
closeCursor (line 58)

closes the cursor, allowing the statement to be executed again

  • access: public
void closeCursor ()

Redefinition of:
Zend_Db_Statement::closeCursor()
closes the cursor, allowing the statement to be executed again
columnCount (line 72)

returns the number of columns in the result set

  • access: public
void columnCount ()

Redefinition of:
Zend_Db_Statement::columnCount()
returns the number of columns in the result set
errorCode (line 85)

retrieves an error code, if any, from the statement

  • access: public
void errorCode ()

Redefinition of:
Zend_Db_Statement::errorCode()
retrieves an error code, if any, from the statement
errorInfo (line 104)

retrieves an array of error information, if any, from the statement

  • access: public
void errorInfo ()

Redefinition of:
Zend_Db_Statement::errorInfo()
retrieves an array of error information, if any, from the statement
execute (line 134)

executes a prepared statement

  • access: public
void execute ([mixed $params = null])

Redefinition of:
Zend_Db_Statement::execute()
executes a prepared statement
fetch (line 212)

fetches a row from the result set

  • access: public
void fetch ([mixed $style = null], [mixed $cursor = null], [mixed $offset = null])

Redefinition of:
Zend_Db_Statement::fetch()
fetches a row from a result set
fetchAll (line 284)

fetches an array containing all of the rows from a result set

  • access: public
void fetchAll ([mixed $style = null], [mixed $col = null])

Redefinition of:
Zend_Db_Statement::fetchAll()
fetches an array containing all of the rows from a result set
fetchColumn (line 343)

returns the data from a single column in a result set

  • access: public
void fetchColumn (mixed $col)

Redefinition of:
Zend_Db_Statement::fetchColumn()
returns the data from a single column in a result set
fetchObject (line 364)

fetches the next row and returns it as an object

  • access: public
void fetchObject ([mixed $class = 'stdClass'], [mixed $config = null])

Redefinition of:
Zend_Db_Statement::fetchObject()
fetches the next row and returns it as an object
rowCount (line 254)

returns the number of rows that were affected by the execution of an SQL statement

  • access: public
void rowCount ()

Redefinition of:
Zend_Db_Statement::rowCount()
returns the number of rows that were affected by the execution of an SQL statement
_prepSql (line 272)

Prepares statement handle

  • access: protected
void _prepSql (mixed $sql)

Redefinition of:
Zend_Db_Statement::_prepSql()
Splits SQL into text and params, sets up $this->_bindParam for replacements.

Inherited Methods

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, 08 Mar 2006 04:53:55 -0800 by phpDocumentor 1.3.0RC4