Emulates a PDOStatement for native database adapters.
Located in /Zend/Db/Statement/Interface.php (line 32)
binds a PHP variable to an output column in a result set
binds a PHP variable to a parameter in the prepared statement
binds a value 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 a 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
retrieves a Zend_Db_Statement attribute
retrieves the next rowset (result set)
returns the number of rows that were affected by the execution of an SQL statement
sets a Zend_Db_Statement attribute
sets the fetch mode for a Zend_Db_Statement
Documentation generated on Thu, 18 Jan 2007 09:55:58 -0800 by phpDocumentor 1.3.1