Interface Zend_Db_Statement_InterfaceEmulates a PDOStatement for native database adapters.
Located in /Zend/Db/Statement/Interface.php (line 32)
bindColumn (line 37)
binds a PHP variable to an output column in a result set
bindParam (line 42)
binds a PHP variable to a parameter in the prepared statement
bindValue (line 48)
binds a value to a parameter in the prepared statement
closeCursor (line 53)
closes the cursor, allowing the statement to be executed again
columnCount (line 58)
returns the number of columns in the result set
errorCode (line 63)
retrieves an error code, if any, from the statement
errorInfo (line 68)
retrieves an array of error information, if any, from the statement
execute (line 73)
executes a prepared statement
fetch (line 78)
fetches a row from a result set
fetchAll (line 83)
fetches an array containing all of the rows from a result set
fetchColumn (line 88)
returns the data from a single column in a result set
fetchObject (line 93)
fetches the next row and returns it as an object
getAttribute (line 98)
retrieves a Zend_Db_Statement attribute
nextRowset (line 103)
retrieves the next rowset (result set)
rowCount (line 108)
returns the number of rows that were affected by the execution of an SQL statement
setAttribute (line 113)
sets a Zend_Db_Statement attribute
setFetchMode (line 118)
sets the fetch mode for a Zend_Db_Statement
Documentation generated on Tue, 11 Jul 2006 12:17:37 -0500 by phpDocumentor 1.3.0RC6