Class representing a query result for a database.
Located in /include/db.php (line 14)
Class | Description |
---|---|
db_postgresql_result | Class representing a query result for a PostgreSQL database. |
db_mysql_result | Class representing a query result for a MySQL database. |
Returns the number of affected rows of the query.
Note: this works only for INSERT, UPDATE and DELETE queries. Use num_rows to determine the number of rows in a SELECT query.
Fetches a record as an associative array from a result set.
The heart of the result class, this function returns an associative array representing one row of the result set. Callers can specify whether they want numerically indexed or associative arrays, or both (the default).
Returns the name of the specified field number in the result set.
Returns the type of the specified field number in the result set.
Frees the memory used by the query result.
Note that further operations on this instance will be undefined! Returns true if the operation succeeded.
Returns the last inserted id for the specified column and table.
Returns the number of fields per row in the result set.
Returns the number of rows in the result set.
Documentation generated on Fri, 30 Jun 2006 10:31:37 +0200 by phpDocumentor 1.3.0RC3