Class OracleDeleteQueryResult

Description

Implements interfaces:

The DeleteQueryResult interface provides the functionality common to all Delete query results.

For example, you can get the primary key for the last Deleteion, get number of Deleteed rows, etc.

  • version: $Id: OracleDeleteQueryResult.class.php,v 1.8 2007/09/05 21:39:00 adamfranco Exp $
  • license: GNU General Public License (GPL)
  • copyright: Copyright © 2005, Middlebury College

Located in /harmoni/core/DBHandler/Oracle/OracleDeleteQueryResult.class.php (line 23)


	
			
Variable Summary
integer $_numberOfRows
integer $_resourceId
Method Summary
OracleDeleteQueryResult OracleDeleteQueryResult (integer $resourceId)
integer getNumberOfRows ()
Variables
integer $_numberOfRows (line 41)

Stores the number of rows processed by the query.

Stores the number of rows processed by the query.

  • var: The number of rows processed by the query.
  • access: private
integer $_resourceId (line 32)

The resource id for this query.

  • var: __resourceId
  • access: private
Methods
Constructor OracleDeleteQueryResult (line 49)

The constructor.

  • access: public
OracleDeleteQueryResult OracleDeleteQueryResult (integer $resourceId)
  • integer $resourceId: The resource id for this query.
getNumberOfRows (line 69)

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 UPDATE, INSERT, or Delete query, this would be the number of rows that were affected.

  • return: Number of rows that were processed by the query.
  • access: public
integer getNumberOfRows ()

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