Oracle® Objects for OLE Developer's Guide 10g Release 1 (10.1) Part Number B10118-01 |
|
Applies To
Description
Deletes an element at given index. This method is available only in an OraCollection of Type ORATYPE_TABLE (Nested Table).
Arguments
[in] index |
An integer specifying the index of the element to be deleted. |
OraCollection.Delete index
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.
Example