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 /web/lib/external/pear-db/DB.php (line 995)
Should results be freed automatically when there are no more rows?
A reference to the DB_<driver> object
The current default fetch mode
The name of the class into which results should be fetched when DB_FETCHMODE_OBJECT is in effect
The number of rows to fetch from a limit query
The row to start fetching from in limit queries
The execute parameters that created this result
The query string that created this result
Copied here incase it changes in $dbh, which is referenced
The query result resource id created by PHP
The present row being dealt with
The prepared statement resource id created by PHP in $dbh
This resource is only available when the result set was created using a driver's native execute() method, not PEAR DB's emulated one.
Copied here incase it changes in $dbh, which is referenced
This constructor sets the object's properties
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().
Tells which row number is currently being processed
Set options for the DB_result object
Documentation generated on Wed, 09 Feb 2011 08:59:19 +0700 by phpDocumentor 1.4.2