Extends for Firebird
Located in /Db/Statement/Firebird.php (line 37)
Zend_Db_Statement | --ZendX_Db_Statement_Firebird
Column names.
The firebird_stmtResult resource.
The firebird_stmtPrepared resource.
The firebird_stmtResult resource.
The firebird_stmtResult resource.
Fetched result values.
Closes the cursor and the statement.
Closes the cursor, allowing the statement to be executed again.
Returns the number of columns in the result set.
Returns null if the statement has no result set metadata.
Retrieves the error code, if any, associated with the last operation on the statement handle.
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
Fetches a row from the result set.
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.
Returns the number of rows affected by the execution of the last INSERT, DELETE, or UPDATE statement executed by this statement object.
Binds a parameter to the specified variable name.
Executes a prepared statement.
Documentation generated on Tue, 22 Sep 2009 14:45:48 -0700 by phpDocumentor 1.4.2