Oracle® Objects for OLE Developer's Guide 10g Release 1 (10.1) Part Number B10118-01 |
|
Applies To
Description
Returns TRUE if an element exists at a given index, FALSE otherwise. Valid only for OraCollection of Type ORATYPE_TABLE.
Arguments |
Description |
---|---|
[out] exists |
A Boolean specifying the existence status of the element. |
[in] index |
An integer specifying the index of the element. |
exists = OraCollection.Exist index
Remarks
none