Skip Headers

Oracle® Objects for OLE C++ Class Library Developer's Guide
10g Release 1 (10.1)

Part Number B10119-01
Go to Documentation Home
Home
Go to Book List
Book List
Go to Table of Contents
Contents
Go to Master Index
Master Index
Go to Feedback page
Feedback

Delete (OCollection) Method

Applies To

OCollection

Description

Deletes an element at given index. Available only in an OCollection of Type OTYPE_TABLE (Nested Table).

Usage

void Delete(int index) const throw(OException)

Arguments

index
An integer specifying the index of the element to be deleted.
Remarks

The delete operation creates holes in the client side Nested Table. This method returns an error if the element at the given index has already been deleted or if the given index is not valid for the given table.