Implements interfaces:
The GenericQueryResult interface provides methods for accessing the results of a generic query. These results can be returned as if they were one of the other query types, or the resource links can be returned and accessed directly.
Located in /harmoni/core/DBHandler/MySQL/MySQLGenericQueryResult.class.php (line 26)
Constructor
Returns the number of rows that the query processed.
Returns the number of rows that the query processed. For a SELECT query, this would be the total number of rows selected. For a DELETE, UPDATE, or INSERT query, this would be the number of rows that were affected.
Returns the resource id for this SELECT query.
Returns the resource id for this SELECT query. The resource id is returned by the mysql_query() function.
Returns the result of the query as a DeleteQueryResult.
Returns the result of the query as an InsertQueryResult.
Returns the result of the query as a SelectQueryResult.
Returns the result of the query as a UpdateQueryResult.
Documentation generated on Wed, 19 Sep 2007 10:25:11 -0400 by phpDocumentor 1.3.0RC3