Oracle Objects for OLE C++ Class Library Release 9.2 Part Number A95896-01 |
|
Applies To
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. |
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.
|
Copyright © 1998, 2002 Oracle Corporation. All Rights Reserved. |
|