Zend_Test_DbStatementImplements interfaces:
Testing Database Statement that acts as a stack to SQL resultsets.
Located in /Test/DbStatement.php (line 37)
bool
bindParam
(mixed $parameter, &$variable, [mixed $type = null], [mixed $length = null], [mixed $options = null], mixed $variable)
int
$_columnCount
= 0 (line 47)
array
$_fetchStack
= array() (line 42)
Zend_Db_Profiler_Query
$_queryProfile
= null (line 57)
int
$_rowCount
= 0 (line 52)
static createDeleteStatement (line 91)
Create an Delete Statement
static createInsertStatement (line 80)
Create an Insert Statement
static createSelectStatement (line 65)
Create a Select statement which returns the given array of rows.
static createUpdateStatement (line 102)
Create an Update Statement
static _createRowCountStatement (line 113)
Create a Row Count Statement
append (line 141)
Append a new row to the fetch stack.
bindColumn (line 157)
Bind a column of the statement result set to a PHP variable.
bindParam (line 173)
Binds a parameter to the specified variable name.
bindValue (line 190)
Binds a value to a parameter.
closeCursor (line 201)
Closes the cursor, allowing the statement to be executed again.
columnCount (line 213)
Returns the number of columns in the result set.
Returns null if the statement has no result set metadata.
errorCode (line 225)
Retrieves the error code, if any, associated with the last operation on the statement handle.
errorInfo (line 237)
Retrieves an array of error information, if any, associated with the last operation on the statement handle.
execute (line 249)
Executes a prepared statement.
fetch (line 267)
Fetches a row from the result set.
fetchAll (line 285)
Returns an array containing all of the result set rows.
fetchColumn (line 300)
Returns a single column from the next row of a result set.
fetchObject (line 327)
Fetches the next row and returns it as an object.
getAttribute (line 349)
Retrieve a statement attribute.
nextRowset (line 362)
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 375)
Returns the number of rows affected by the execution of the last INSERT, DELETE, or UPDATE statement executed by this statement object.
setAttribute (line 388)
Set a statement attribute.
setFetchMode (line 400)
Set the default fetch mode for this statement.
setRowCount (line 131)
Documentation generated on Mon, 21 Jun 2010 15:16:12 -0400 by phpDocumentor 1.4.3