This class implements a wrapper for a DB result set.
A new instance of this class will be returned by the DB implementation after processing a query that returns data.
Located in /maintenance/libraries/pear/DB.php (line 767)
DB_result constructor.
Fetch a row of data into an array which is passed by reference.
The type of array returned can be controlled either by setting this method's $fetchmode parameter or by changing the default fetch mode setFetchMode() before calling this method.
There are two options for standardizing the information returned from databases, ensuring their values are consistent when changing DBMS's. These portability options can be turned on when creating a new DB object or by using setOption().
Fetch a row of data and return it by reference into an array.
The type of array returned can be controlled either by setting this method's $fetchmode parameter or by changing the default fetch mode setFetchMode() before calling this method.
There are two options for standardizing the information returned from databases, ensuring their values are consistent when changing DBMS's. These portability options can be turned on when creating a new DB object or by using setOption().
Frees the resources allocated for this result set.
returns the actual row number
Get the next result if a batch of queries was executed.
Get the the number of columns in a result set.
Get the number of rows in a result set.
Documentation generated on Fri, 3 Dec 2004 12:26:29 +0000 by phpDocumentor 1.3.0RC3