Implements interfaces:
The InsertQueryResult interface provides the functionality common to all INSERT query results.
For example, you can get the primary key for the last insertion, get number of inserted rows, etc.
Located in /harmoni/core/DBHandler/MySQL/MySQLInsertQueryResult.class.php (line 26)
Gets the last auto increment value that was generated by the INSERT query.
Gets the last auto increment value that was generated by the INSERT query.
The link identifier for the database connection.
The link identifier for the database connection.
Stores the number of rows processed by the query.
Stores the number of rows processed by the query.
Creates a new MySQLINSERTQueryResult object.
Creates a new MySQLINSERTQueryResult object.
Gets the last auto increment value that was generated by the INSERT query.
Gets the last auto increment value that was generated by the INSERT query.
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.
Documentation generated on Wed, 19 Sep 2007 10:25:11 -0400 by phpDocumentor 1.3.0RC3