Oracle Objects for OLE
Release 9.2

Part Number A95895-01
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback

Delete (OraCollection) Method

Applies To

OraCollection

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.
Usage

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

Example: Delete Method for OraCollection


 
Oracle
Copyright © 1994, 2002 Oracle Corporation.

All Rights Reserved.
Go To Documentation Library
Home
Go To Product List
Book List
Go To Table Of Contents
Contents

Master Index

Feedback