Interface InsertQueryResultInterface

Description

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.

  • version: $Id: InsertQueryResult.interface.php,v 1.4 2007/09/05 21:38:59 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/DBHandler/InsertQueryResult.interface.php (line 25)

QueryResultInterface
   |
   --InsertQueryResultInterface
Method Summary
Methods
getLastAutoIncrementValue (line 35)

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.

  • return: The last auto increment value that was generated by the INSERT query.
  • access: public
integer getLastAutoIncrementValue ()

Inherited Methods

Inherited From QueryResultInterface

QueryResultInterface::getNumberOfRows()

Documentation generated on Wed, 19 Sep 2007 10:24:40 -0400 by phpDocumentor 1.3.0RC3