Interface Zend_Db_Statement_InterfaceEmulates a PDOStatement for native database adapters.
Located in /Db/Statement/Interface.php (line 32)
bool
bindParam
(mixed $parameter, &$variable, [mixed $type = null], [mixed $length = null], [mixed $options = null], mixed $variable)
bindColumn (line 45)
Bind a column of the statement result set to a PHP variable.
bindParam (line 58)
Binds a parameter to the specified variable name.
bindValue (line 69)
Binds a value to a parameter.
closeCursor (line 77)
Closes the cursor, allowing the statement to be executed again.
columnCount (line 86)
Returns the number of columns in the result set.
Returns null if the statement has no result set metadata.
errorCode (line 95)
Retrieves the error code, if any, associated with the last operation on the statement handle.
errorInfo (line 104)
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
execute (line 113)
Executes a prepared statement.
fetch (line 124)
Fetches a row from the result set.
fetchAll (line 134)
Returns an array containing all of the result set rows.
fetchColumn (line 143)
Returns a single column from the next row of a result set.
fetchObject (line 153)
Fetches the next row and returns it as an object.
getAttribute (line 162)
Retrieve a statement attribute.
nextRowset (line 172)
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 182)
Returns the number of rows affected by the execution of the last INSERT, DELETE, or UPDATE statement executed by this statement object.
setAttribute (line 192)
Set a statement attribute.
setFetchMode (line 201)
Set the default fetch mode for this statement.
Documentation generated on Mon, 21 Jun 2010 15:29:26 -0400 by phpDocumentor 1.4.3