Zend_Db_Statement_MysqliExtends for Mysqli
Located in /Db/Statement/Mysqli.php (line 39)
Zend_Db_Statement | --Zend_Db_Statement_Mysqli
bool
_bindParam
(mixed $parameter, &$variable, [mixed $type = null], [mixed $length = null], [mixed $options = null], mixed $variable)
array
$_keys
(line 47)
Column names.
array
$_meta
= null (line 59)
array
$_values
(line 54)
Fetched result values.
Inherited from Zend_Db_Statement
Zend_Db_Statement::$_adapter
Zend_Db_Statement::$_attribute
Zend_Db_Statement::$_bindColumn
Zend_Db_Statement::$_bindParam
Zend_Db_Statement::$_fetchMode
Zend_Db_Statement::$_queryId
Zend_Db_Statement::$_sqlParam
Zend_Db_Statement::$_sqlSplit
Zend_Db_Statement::$_stmt
close (line 102)
Closes the cursor and the statement.
closeCursor (line 117)
Closes the cursor, allowing the statement to be executed again.
columnCount (line 136)
Returns the number of columns in the result set.
Returns null if the statement has no result set metadata.
errorCode (line 150)
Retrieves the error code, if any, associated with the last operation on the statement handle.
errorInfo (line 164)
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
fetch (line 270)
Fetches a row from the result set.
nextRowset (line 337)
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 353)
Returns the number of rows affected by the execution of the last INSERT, DELETE, or UPDATE statement executed by this statement object.
_bindParam (line 92)
Binds a parameter to the specified variable name.
_execute (line 183)
Executes a prepared statement.
_prepare (line 66)
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:35:03 -0400 by phpDocumentor 1.4.3